Rolling back option to BUILD_TESTS
BUILD_TESTING is defined within cmake when ctest module is included. Rolled back include(CTest) so we are going to define our own test option instead.
This commit is contained in:
@@ -55,7 +55,7 @@ before_build:
|
||||
- mkdir %BUILD_HOME%
|
||||
- cd %BUILD_HOME%
|
||||
- cmake -G "%GENERATOR%"
|
||||
-DBUILD_TESTING=ON
|
||||
-DBUILD_TESTS=ON
|
||||
-DBOOST_ROOT="%BOOST_ROOT%" ..
|
||||
|
||||
# run custom build script
|
||||
|
||||
Reference in New Issue
Block a user