This commit is contained in:
WolverinDEV
2019-10-14 16:46:54 +02:00
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ requires_rebuild ${library_path}
_cmake_options=""
[[ ${build_os_type} == "win32" ]] && _cmake_options="-DMSVC_RUNTIME=static"
cmake_build ${library_path} -DCMAKE_BUILD_TYPE=RelWithDebInfo ${_cmake_options}
cmake_build ${library_path} -DCMAKE_BUILD_TYPE=Debug ${_cmake_options}
check_err_exit ${library_path} "Failed to build Thread-Pool!"
set_build_successful ${library_path}
set_build_successful ${library_path}