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

Change where options are

parent d228313d
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@
# See the License for the specific language governing permissions and
# 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" )
# This script is a prototype for the future CI, it may evolve rapidly in a near future
set (ENV{LANG} "C") # Only ascii output
get_filename_component(OTB_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} DIRECTORY)
......
......@@ -75,7 +75,7 @@ ctest_update( SOURCE "${OTB_SOURCE_DIR}" )
set(CTEST_BUILD_FLAGS "-j16")
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}"
SOURCE "${SUPERBUILD_SOURCE_DIR}"
......
......@@ -18,8 +18,6 @@
# limitations under the License.
#
## COMMMENT to dirty superbuild artifact. TAG: 1.
cmake_minimum_required(VERSION 3.3.0)
project(OTB-SuperBuild)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment