summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/MaxRecursionDepth/try_compile.cmake
blob: c40fb0612b9f6ce1f7bed923c8541d2e16453ab1 (plain)
1
2
3
4
5
6
try_compile(result
  "${CMAKE_CURRENT_BINARY_DIR}/try_compile"
  "${CMAKE_CURRENT_SOURCE_DIR}/try_compile"
  try_compile
  CMAKE_FLAGS -Dx:STRING=3
  )