Skip to content
Snippets Groups Projects
Commit 9b784285 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add compile flag

parent 6345fafe
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ set (CMAKE_COMMAND "cmake")
set (PROJECT_SOURCE_DIR "${OTB_SOURCE_DIR}")
# number of thread used for compilation
set (CTEST_BUILD_FLAGS "-j8")
set (CTEST_BUILD_COMMAND "make")
set (CTEST_BUILD_COMMAND "make ${CTEST_BUILD_FLAGS}")
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
set (CTEST_BUILD_NAME "CI_TEST")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment