You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
423 B
8 lines
423 B
10 years ago
|
CMake Error in CMakeLists.txt:
|
||
|
The COMPILE_FEATURES property of target "empty1" was evaluated when
|
||
|
computing the link implementation, and the "CXX_STANDARD" was "98" for that
|
||
|
computation. Computing the COMPILE_FEATURES based on the link
|
||
|
implementation resulted in a higher "CXX_STANDARD" "11". This is not
|
||
|
permitted. The COMPILE_FEATURES may not both depend on and be depended on
|
||
|
by the link implementation.
|