mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
4135175337
Fixes: #27318
12 lines
275 B
CMake
12 lines
275 B
CMake
include(RunCMake)
|
|
|
|
# Unity of size 1 doesn't make sense and shouldn't be created.
|
|
run_cmake(Unity1)
|
|
run_cmake(Unity2)
|
|
run_cmake(UnityBatchSize)
|
|
run_cmake(UnityGroup)
|
|
run_cmake(UnityIsolate)
|
|
run_cmake(DisableCaching)
|
|
run_cmake(DisableDistribution)
|
|
run_cmake(SetCompilerProps)
|