Skip to content

Commit

Permalink
Include gnu install dirs.
Browse files Browse the repository at this point in the history
It's unclear why the lib install folders worked without
this before. But now the CMake files get correctly
installed.
  • Loading branch information
gostefan committed Sep 16, 2024
1 parent 64061d1 commit 4af02e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include(GenerateExportHeader)
include(GNUInstallDirs)

IF (NOT DEFINED CMAKE_MODULE_PATH)
GET_FILENAME_COMPONENT(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../CMakeModules" ABSOLUTE)
Expand Down

0 comments on commit 4af02e5

Please sign in to comment.