Files
CMake/Tests/RunCMake/UnityBuild/unitybuild_invalid_mode-stderr.txt
Robert Maynard 9f4eb352fe Unity Builds: Support explicit specification of sources to groups
Instead of having CMake determine which files should go into each
unity file, the user can now use explicitly state the mapping.
2020-05-07 11:13:34 -04:00

6 lines
223 B
Plaintext

^CMake Error in CMakeLists.txt:
Invalid UNITY_BUILD_MODE value of INVALID assigned to target tgt\.
Acceptable values are BATCH and GROUP\.
.*
CMake Generate step failed\. Build files cannot be regenerated correctly\.$