Tests: Shorten paths in ExternalProjectLocal
Use a shorter name for the external project base directory to allow longer CMake build tree directory names on Windows.
This commit is contained in:
parent
539c5c252e
commit
70c50962fb
|
@ -15,7 +15,7 @@ endif()
|
|||
set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER
|
||||
"CMakePredefinedTargets-in-ExternalProjectTest")
|
||||
|
||||
set(base "${CMAKE_BINARY_DIR}/CMakeExternals")
|
||||
set(base "${CMAKE_BINARY_DIR}/Ext")
|
||||
set(binary_base "${base}/Build")
|
||||
set_property(DIRECTORY PROPERTY EP_BASE ${base})
|
||||
set_property(DIRECTORY PROPERTY EP_STEP_TARGETS configure build test)
|
||||
|
|
Loading…
Reference in New Issue