Skip to content

Commit

Permalink
Missing include(GNUInstallDirs)
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Sep 14, 2024
1 parent 5b0ea19 commit 3c2ca06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ find_package(CGAL CONFIG REQUIRED)
find_package(FastFloat CONFIG REQUIRED)
find_package(GTest CONFIG REQUIRED)

include(GNUInstallDirs)

set(TARGET kigumi)

add_library(${TARGET} INTERFACE)
Expand Down

0 comments on commit 3c2ca06

Please sign in to comment.