Skip to content

Commit

Permalink
correct unversioned header install dest. Prefix in src tree retained
Browse files Browse the repository at this point in the history
  • Loading branch information
justend29 committed Mar 19, 2024
1 parent 4031c16 commit 595fa8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)
project(
jgd-cmake-modules
VERSION 3.4.1
VERSION 3.4.2
DESCRIPTION "CMake library for standardized CMake projects for JGD"
HOMEPAGE_URL "https://jgd-solutions.github.io/jgd-cmake-modules/"
LANGUAGES NONE)
Expand Down
2 changes: 1 addition & 1 deletion jgd-cmake-modules/JcmStandardDirs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set(JCM_UNVERSIONED_INSTALL_CMAKE_DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/${PR

# interface include directory for exported targets in installation
set(JCM_INSTALL_INCLUDE_DIR "${CMAKE_INSTALL_INCLUDEDIR}/${_jcm_name_version}")
set(JCM_UNVERSIONED_INSTALL_INCLUDE_DIR "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}")
set(JCM_UNVERSIONED_INSTALL_INCLUDE_DIR "${CMAKE_INSTALL_INCLUDEDIR}")

set(JCM_INSTALL_DOC_DIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${_jcm_name_version}")
set(JCM_UNVERSIONED_INSTALL_DOC_DIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jgd-cmake-modules",
"version": "3.4.1",
"version": "3.4.2",
"description": "CMake library for standardized CMake projects for JGD",
"homepage": "https://jgd-solutions.github.io/jgd-cmake-modules/",
"dependencies": []
Expand Down

0 comments on commit 595fa8c

Please sign in to comment.