Gather CMake setup of configuration header

This commit is contained in:
Camilla Löwy
2019-12-15 09:11:40 +01:00
parent 49c5d837b4
commit 18307467b4
2 changed files with 5 additions and 5 deletions

View File

@@ -315,8 +315,6 @@ write_basic_package_version_file(src/glfw3ConfigVersion.cmake
VERSION ${GLFW_VERSION}
COMPATIBILITY SameMajorVersion)
configure_file(src/glfw_config.h.in src/glfw_config.h @ONLY)
configure_file(src/glfw3.pc.in src/glfw3.pc @ONLY)
#--------------------------------------------------------------------