Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 966ddaa9 authored by hhakim's avatar hhakim
Browse files

Cmake BUILD_TESTING defaultly OFF but ON in CDash/ctest config.

parent a1202218
No related branches found
No related tags found
No related merge requests found
Pipeline #833082 failed
......@@ -87,7 +87,7 @@ else() #WIN32
set(CONF_OPTIONS "${CONF_OPTIONS} -DCMAKE_INSTALL_PREFIX=C:/Users/$ENV{USERNAME}")
endif()
set(CONF_OPTIONS "${CONF_OPTIONS} -DEXPERIMENTAL_PKG=ON")
set(CONF_OPTIONS "${CONF_OPTIONS} -DEXPERIMENTAL_PKG=ON -DBUILD_TESTING=ON")
#ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY}) # no need to empty build dir. because
# we use CTEST_START_WITH_EMPTY_BINARY_DIRECTORY above and gitlab-runner starts with a new one
......
......@@ -183,7 +183,7 @@ endif()
# Allows building of shared libraries:
#option(BUILD_EXTERNALS_LIBS "Build externals libraries if they are not installed." ON)
# Enable testing:
option(BUILD_TESTING "Build Tests" ON)
option(BUILD_TESTING "Build Tests" OFF)
#Allows generating the doc:
option(BUILD_DOCUMENTATION "Generating the doxygen documentation." OFF)
# Allows multithreading:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment