mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
Tests: Split RunCMake.BuildDepends make-only condition
This commit is contained in:
@@ -43,9 +43,10 @@ endif()
|
|||||||
run_BuildDepends(Custom-Symbolic-and-Byproduct)
|
run_BuildDepends(Custom-Symbolic-and-Byproduct)
|
||||||
run_BuildDepends(Custom-Always)
|
run_BuildDepends(Custom-Always)
|
||||||
|
|
||||||
if(RunCMake_GENERATOR MATCHES "Make" AND
|
if(RunCMake_GENERATOR MATCHES "Make")
|
||||||
NOT "${RunCMake_BINARY_DIR}" STREQUAL "${RunCMake_SOURCE_DIR}")
|
if(NOT "${RunCMake_BINARY_DIR}" STREQUAL "${RunCMake_SOURCE_DIR}")
|
||||||
run_BuildDepends(MakeInProjectOnly)
|
run_BuildDepends(MakeInProjectOnly)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
function(run_ReGeneration)
|
function(run_ReGeneration)
|
||||||
|
|||||||
Reference in New Issue
Block a user