LinkImplementationFeatureCycle-stderr.txt 423 B

1234567
  1. CMake Error in CMakeLists.txt:
  2. The COMPILE_FEATURES property of target "empty1" was evaluated when
  3. computing the link implementation, and the "CXX_STANDARD" was "98" for that
  4. computation. Computing the COMPILE_FEATURES based on the link
  5. implementation resulted in a higher "CXX_STANDARD" "11". This is not
  6. permitted. The COMPILE_FEATURES may not both depend on and be depended on
  7. by the link implementation.