diff options
Diffstat (limited to 'cmake/ProjInstallPath.cmake')
| -rw-r--r-- | cmake/ProjInstallPath.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/ProjInstallPath.cmake b/cmake/ProjInstallPath.cmake index b7f7b821..fa67161e 100644 --- a/cmake/ProjInstallPath.cmake +++ b/cmake/ProjInstallPath.cmake @@ -40,6 +40,8 @@ else() set(DEFAULT_INCLUDE_SUBDIR include) set(DEFAULT_DOC_SUBDIR share/doc/proj) set(DEFAULT_CMAKE_SUBDIR lib/cmake) + # Used for proj.pc + set(CMAKE_INSTALL_DATAROOTDIR share) endif() # Locations are changeable by user to customize layout of PROJ installation |
