Skip to content

Commit

Permalink
Merge pull request #1531 from janbar/fix-cmake-install
Browse files Browse the repository at this point in the history
fix cmake install stage for stylesheets directory
  • Loading branch information
Framstag authored Dec 3, 2023
2 parents 004ff85 + 6306a88 commit 798512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ message(STATUS "doxygen: ${DOXYGEN_FOUND}")
message(STATUS "documentation: ${OSMSCOUT_BUILD_DOC_API}")
message(STATUS "webpage: ${OSMSCOUT_BUILD_WEBPAGE}")

install(DIRECTORY ${CMAKE_SOURCE_DIR}/stylesheets DESTINATION share/osmscout)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/stylesheets DESTINATION share/osmscout)
if(OSMSCOUT_INSTALL_QT_DLL AND TARGET Qt5::windeployqt)
install(DIRECTORY "${CMAKE_BINARY_DIR}/windeployqt/" DESTINATION bin)
endif()
Expand Down

0 comments on commit 798512c

Please sign in to comment.