Skip to content

Commit

Permalink
Update cmake-init/templates/common/cmake/install-rules.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: friendlyanon <1736896+friendlyanon@users.noreply.github.com>
  • Loading branch information
anders-wind and friendlyanon authored Sep 24, 2022
1 parent 4f5a537 commit 3c93148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-init/templates/common/cmake/install-rules.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if not exe %}if(PROJECT_IS_TOP_LEVEL)
set(CMAKE_INSTALL_INCLUDEDIR include/{= name =}-${CMAKE_PROJECT_VERSION} CACHE PATH "")
set(CMAKE_INSTALL_INCLUDEDIR "include/{= name =}-${PROJECT_VERSION}" CACHE PATH "")
endif(){% if header %}

# Project is configured with no languages, so tell GNUInstallDirs the lib dir
Expand Down

0 comments on commit 3c93148

Please sign in to comment.