diff options
| -rwxr-xr-x | buildtools/cmake_projects_linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/cmake_projects_linux.sh b/buildtools/cmake_projects_linux.sh index 60f6e82..cf64d1a 100755 --- a/buildtools/cmake_projects_linux.sh +++ b/buildtools/cmake_projects_linux.sh @@ -16,8 +16,8 @@ set -e # Common cmd line params CMAKE_CMD_LINE_PARAMS="-DTARGET_BUILD_PLATFORM=linux -DBL_LIB_OUTPUT_DIR=$BLAST_ROOT_DIR/lib/linux64-gcc -DBL_DLL_OUTPUT_DIR=$BLAST_ROOT_DIR/bin/linux64-gcc -DBL_EXE_OUTPUT_DIR=$BLAST_ROOT_DIR/bin/linux64-gcc" -#configs=("debug" "profile" "checked" "release") -configs=("debug" "release") +configs=("debug" "profile" "checked" "release") +#configs=("debug" "release") for config in "${configs[@]}" do # Generate projects |