blob: bc4afb78821b587db96a9dc3cd1b8306a32dfb0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
CMake Error in CMakeLists.txt:
Target "somelib" has source files which vary by configuration. This is not
supported by the "[^"]+" generator.
Config "Debug":
.*/Tests/RunCMake/target_sources/empty_1.cpp
.*/Tests/RunCMake/target_sources/empty_2.cpp
Config "Release":
.*/Tests/RunCMake/target_sources/empty_1.cpp
|