Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
weiminshen99 committed Nov 14, 2022
1 parent f93adb9 commit 89d7a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ include(${CMAKE_MODULE_PATH}/get_version.cmake) # Determine project version

include(GNUInstallDirs) # Define GNU standard installation directories

# Define install directory /usr/share
set(CMAKE_INSTALL_SHAREDIR /usr/share/)
# Define install directory /usr/local/share [the new MacOS does not allow changes to /usr/share ]
set(CMAKE_INSTALL_SHAREDIR /usr/local/share/)

## Set C build flags
if (NOT MSVC)
Expand Down

0 comments on commit 89d7a57

Please sign in to comment.