summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-20 17:30:44 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-20 17:30:44 +1000
commited2a8038fec8e16c3e86ce12b89b2cd2e701379d (patch)
tree516016518cf724a84c19caae5a895251176cae43
parent8731c4f6a08f3217808a230f63b27f63fe867fec (diff)
downloadlibrsync-ed2a8038fec8e16c3e86ce12b89b2cd2e701379d.tar.gz
Rename src/config.h.cmake -> src/config.h.in.
This makes the name more consistent with other cmake template files.
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/config.h.in (renamed from src/config.h.cmake)0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e29424..477e6dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -368,7 +368,7 @@ add_dependencies(check ${LAST_TARGET}
enable_testing()
# Create conf files
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/config.h)
# We need to be able to #include "file" from a few places,
# * The original source dir
diff --git a/src/config.h.cmake b/src/config.h.in
index d5b6392..d5b6392 100644
--- a/src/config.h.cmake
+++ b/src/config.h.in