mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Tests: choose an explicit FULL strategy in tests expecting it
Since it can be set in the environment when running the test suite, guard tests which are sensitive to intermediate directory strategy changes with explicit settings.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
set(CMAKE_INTERMEDIATE_DIR_STRATEGY FULL CACHE STRING "" FORCE)
|
||||
|
||||
project(unitybuild_skip C)
|
||||
|
||||
set(srcs "")
|
||||
|
||||
Reference in New Issue
Block a user