summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/NoCopyFileError.cmake
blob: 1a56e86e8b5e85bde412ea1957fdd9f751235eb5 (plain)
1
2
3
4
include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
try_compile(RESULT ${try_compile_bindir_or_SOURCES}
  ${CMAKE_CURRENT_SOURCE_DIR}/src.c
  COPY_FILE ${CMAKE_CURRENT_BINARY_DIR}/copied.bin COPY_FILE_ERROR)