From 15fc39f3bba985eccae03354ba9ed54fd41271a2 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Sun, 25 Feb 2024 21:44:08 -0800 Subject: [PATCH] Update CMakeVariables.txt --- CMakeVariables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeVariables.txt b/CMakeVariables.txt index 6d149b69..d9430d9d 100644 --- a/CMakeVariables.txt +++ b/CMakeVariables.txt @@ -19,7 +19,7 @@ INCLUDE_BACKTRACE=0 COMPILE_BACKTRACE=0 # Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with. -MARIADB_CONNECTOR_COMPILE_JOBS= +MARIADB_CONNECTOR_COMPILE_JOBS=1 # When set to 1 and uncommented, compiling and linking testing folders and libraries will be done. ENABLE_TESTING=1