mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
This allows users to specify different genex-based compile definitions for each file in a target. Fixes: #17508
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
^CMake Error in CMakeLists.txt:
|
|
Xcode does not support per-config per-source COMPILE_DEFINITIONS:
|
|
|
|
\$<\$<CONFIG:Debug>:MYDEBUG>
|
|
|
|
specified for source:
|
|
|
|
.*/Tests/RunCMake/XcodeProject/main.c$
|