mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06: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-Always)
|
||||
|
||||
if(RunCMake_GENERATOR MATCHES "Make" AND
|
||||
NOT "${RunCMake_BINARY_DIR}" STREQUAL "${RunCMake_SOURCE_DIR}")
|
||||
run_BuildDepends(MakeInProjectOnly)
|
||||
if(RunCMake_GENERATOR MATCHES "Make")
|
||||
if(NOT "${RunCMake_BINARY_DIR}" STREQUAL "${RunCMake_SOURCE_DIR}")
|
||||
run_BuildDepends(MakeInProjectOnly)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
function(run_ReGeneration)
|
||||
|
||||
Reference in New Issue
Block a user