Commit e69f836b authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Change where options are

No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# This script is a prototype for the future CI, it may evolve rapidly in a near future
include( "${CMAKE_CURRENT_LIST_DIR}/macros.cmake" ) include( "${CMAKE_CURRENT_LIST_DIR}/macros.cmake" )
# This script is a prototype for the future CI, it may evolve rapidly in a near future
set (ENV{LANG} "C") # Only ascii output set (ENV{LANG} "C") # Only ascii output
get_filename_component(OTB_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} DIRECTORY) get_filename_component(OTB_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} DIRECTORY)
......
...@@ -75,7 +75,7 @@ ctest_update( SOURCE "${OTB_SOURCE_DIR}" ) ...@@ -75,7 +75,7 @@ ctest_update( SOURCE "${OTB_SOURCE_DIR}" )
set(CTEST_BUILD_FLAGS "-j16") set(CTEST_BUILD_FLAGS "-j16")
set ( SB_CONFIGURE_OPTIONS "") set ( SB_CONFIGURE_OPTIONS "")
include( "${CMAKE_CURRENT_LIST_DIR}/../SuperBuild/CI/configure_options.cmake" ) include( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" )
ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}" ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}"
SOURCE "${SUPERBUILD_SOURCE_DIR}" SOURCE "${SUPERBUILD_SOURCE_DIR}"
......
File moved
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
# limitations under the License. # limitations under the License.
# #
## COMMMENT to dirty superbuild artifact. TAG: 1.
cmake_minimum_required(VERSION 3.3.0) cmake_minimum_required(VERSION 3.3.0)
project(OTB-SuperBuild) project(OTB-SuperBuild)
......
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