CMP0128-NEW.cmake 190 B

1234567
  1. cmake_policy(SET CMP0128 NEW)
  2. set(check_cxx_std "
  3. #if __cplusplus > 199711L && __cplusplus <= 201103L
  4. # error Compiler is incorrectly in C++11 mode.
  5. #endif
  6. ")
  7. include(CMP0128-common.cmake)