try_compile.cmake 152 B

123456
  1. try_compile(result
  2. "${CMAKE_CURRENT_BINARY_DIR}/try_compile"
  3. "${CMAKE_CURRENT_SOURCE_DIR}/try_compile"
  4. try_compile
  5. CMAKE_FLAGS -Dx:STRING=3
  6. )