From d8a3f2d0598e5e5f33ab37606f02512f2beae388 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Fri, 12 Apr 2019 11:12:55 +0200 Subject: [PATCH] Revert "Add sb_configure_options" This reverts commit 4971c9f50910d29b31ef7802eaad8e7b0f10897d. --- CI/main_superbuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake index 136a158890..93c8966621 100644 --- a/CI/main_superbuild.cmake +++ b/CI/main_superbuild.cmake @@ -103,7 +103,7 @@ set ( CTEST_INSTALL_DIRECTORY "${OTB_SOURCE_DIR}/install/" ) set ( PROJECT_SOURCE_DIR "${OTB_SOURCE_DIR}" ) set (CONFIGURE_OPTIONS "") -include ( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" ) +include ( "${CMAKE_CURRENT_LIST_DIR}/configure_option.cmake" ) # SuperBuild case : one more configure option set ( CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS}-DCMAKE_PREFIX_PATH=${XDK_PATH};") -- GitLab