Skip to content

Commit

Permalink
[cmake] Include missing GNUInstallDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Mar 18, 2024
1 parent 5b1371d commit 26dd738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ target_compile_options(${PROJECT_NAME}_warnings
$<$<CXX_COMPILER_ID:IntelLLVM>:-Wno-tautological-constant-compare>
)

# Provide GNU Installation directories
include(GNUInstallDirs)

# ---------------------------------
# Resolve Clang Linktime Problems
# CMake will adjust any linker flags from '-L path_to/mylib.so' to -lmylib
Expand Down

0 comments on commit 26dd738

Please sign in to comment.