Skip to content

Commit

Permalink
macos-build Include GNUInstallDirs to set CMAKE_INSTALL_LIBDIR for Ma…
Browse files Browse the repository at this point in the history
…cOS builds
  • Loading branch information
jmcarcell committed Jan 13, 2025
1 parent 153f294 commit 9db30c0
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 @@ -14,6 +14,8 @@ SET( ${PROJECT_NAME}_VERSION_MAJOR 1 )
SET( ${PROJECT_NAME}_VERSION_MINOR 9 )
SET( ${PROJECT_NAME}_VERSION_PATCH 3 )

include(GNUInstallDirs)

cmake_policy(SET CMP0008 NEW)

### DEPENDENCIES ############################################################
Expand Down

0 comments on commit 9db30c0

Please sign in to comment.