Commit 032999d0 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

rename configure option

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
File moved
...@@ -84,7 +84,7 @@ message(STATUS "CI profile : ${ci_profile}") ...@@ -84,7 +84,7 @@ message(STATUS "CI profile : ${ci_profile}")
#The following file set the CONFIGURE_OPTIONS variable #The following file set the CONFIGURE_OPTIONS variable
set (ENABLE_DOXYGEN OFF) set (ENABLE_DOXYGEN OFF)
set (CONFIGURE_OPTIONS "") set (CONFIGURE_OPTIONS "")
include ( "${CMAKE_CURRENT_LIST_DIR}/configure_option.cmake" ) include ( "${CMAKE_CURRENT_LIST_DIR}/configure_options.cmake" )
# Sources are already checked out : do nothing for update # Sources are already checked out : do nothing for update
set(CTEST_GIT_UPDATE_CUSTOM echo No update) set(CTEST_GIT_UPDATE_CUSTOM echo No update)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment