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:
Brad King 2015-01-27 08:57:35 -05:00
parent 539c5c252e
commit 70c50962fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)