We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3724a commit 54f8e10Copy full SHA for 54f8e10
test/unit/get_shortest_hash.cmake
@@ -13,7 +13,7 @@ string(
13
# Seconds since epoch
14
string(TIMESTAMP tmpdir_base "%s" UTC)
15
16
-set(tmp "get_shortest_hash-${tmpdir_base}-${tmpdir_suffix}")
+set(tmp "${CMAKE_CURRENT_BINARY_DIR}/get_shortest_hash-${tmpdir_base}-${tmpdir_suffix}")
17
18
if(IS_DIRECTORY ${tmp})
19
message(FATAL_ERROR "Test directory ${tmp} already exists")
0 commit comments