mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 03:16:03 +00:00
Merge topic 'test-external-no-bootstrap'
52d0983a Tests: Skip BootstrapTest if testing external CMake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !916
This commit is contained in:
commit
987216062e
@ -3110,6 +3110,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
if(CMake_TEST_EXTERNAL_CMAKE)
|
||||
set(CMAKE_SKIP_BOOTSTRAP_TEST 1)
|
||||
endif()
|
||||
if("${CMAKE_GENERATOR}" MATCHES Xcode)
|
||||
set(CMAKE_SKIP_BOOTSTRAP_TEST 1)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user