summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-05-05 14:52:02 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-05-05 14:52:02 +0200
commit9ba11949ca58537c1f511e0919243ede7b86507d (patch)
tree2f36bada1531d4bf82c32478d069b52c43d0143b /CMakeLists.txt
parentd7c705864e2940bcefc4f466d00e5da15704fec8 (diff)
Rename config header input files to better names
Up to FLTK 1.4 we had two distinct input files for each header file: one for configure and one for CMake. Since 1.5 we have only one input file for each header which can now have a more appropriate name. 1) configh.cmake.in -> config.h.in 2) fl_config.cmake.in -> fl_config.h.in
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1496fc16..db6e0bb8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -267,7 +267,7 @@ include(CMake/variables.cmake)
include(CMake/export.cmake)
configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/fl_config.cmake.in
+ ${CMAKE_CURRENT_SOURCE_DIR}/fl_config.h.in
${CMAKE_CURRENT_BINARY_DIR}/FL/fl_config.h
@ONLY
)