diff options
Diffstat (limited to 'conf.d/app-templates/cmake/configure_file.cmake')
-rw-r--r-- | conf.d/app-templates/cmake/configure_file.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.d/app-templates/cmake/configure_file.cmake b/conf.d/app-templates/cmake/configure_file.cmake deleted file mode 100644 index 2028388..0000000 --- a/conf.d/app-templates/cmake/configure_file.cmake +++ /dev/null @@ -1,2 +0,0 @@ -include(${CMAKE_BINARY_DIR}/CMakeCacheForScript.cmake) -configure_file(${INFILE} ${OUTFILE} @ONLY) |