From 0e6d683f6cd0761440a33047b8bc84ac03933d8f Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Tue, 24 Oct 2017 15:03:40 -0700 Subject: linux build fix - all configs --- buildtools/cmake_projects_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/cmake_projects_linux.sh') 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 -- cgit v1.2.3