summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-23 16:37:06 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-10-26 11:32:45 (GMT)
commitb7d7eca66db97f9dcb6068762733f06941c0c05a (patch)
tree17b111e02de883947dd10c1097ae14303906945b /Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
parentf2a59d400e9ec2e937f6000000c2e9860e388ca7 (diff)
downloadCMake-b7d7eca66db97f9dcb6068762733f06941c0c05a.zip
CMake-b7d7eca66db97f9dcb6068762733f06941c0c05a.tar.gz
CMake-b7d7eca66db97f9dcb6068762733f06941c0c05a.tar.bz2
CMakePresets.json: Rework how --preset argument is handled
If a path argument with no -S or -B leads to a cache directory, use that directory as the binary directory. Otherwise, use the binary directory from the preset. Fixes: #21311
Diffstat (limited to 'Tests/RunCMake/CMakePresets/GoodNoSCache.cmake')
-rw-r--r--Tests/RunCMake/CMakePresets/GoodNoSCache.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake b/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
new file mode 100644
index 0000000..df58e72
--- /dev/null
+++ b/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
@@ -0,0 +1,4 @@
+include(${CMAKE_CURRENT_LIST_DIR}/TestVariable.cmake)
+
+get_filename_component(_parent "${CMAKE_SOURCE_DIR}" DIRECTORY)
+test_variable(CMAKE_BINARY_DIR "" "${_parent}/GoodNoSCachePrep-build")