Skip to content

Commit

Permalink
Fix some install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 24, 2021
1 parent 230f1ad commit 12a93e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ add_subdirectory(maddy)
add_subdirectory(whereami)

if(KLOGG_USE_HYPERSCAN)
set(BUILD_EXAMPLES OFF CACHE INTERNAL "" FORCE)
add_subdirectory(hyperscan) #5.4.0
endif(KLOGG_USE_HYPERSCAN)

Expand Down
14 changes: 5 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
include(StandardProjectSettings)
include(ucm)
include(prepare_version)
include(GNUInstallDirs)

if(MSVC)
IF (CMAKE_CXX_FLAGS MATCHES "/W[0-4]")
Expand Down Expand Up @@ -175,17 +176,12 @@ if(UNIX)
)

install(FILES
${COPYING_FILE} ${NOTICE_FILE}
DESTINATION share/doc/klogg)

install(FILES
${README_FILE}
DESTINATION share/doc/klogg)

install(FILES
${COPYING_FILE}
${NOTICE_FILE}
${README_FILE}
${DOCUMENTATION_HTML}
${DOCUMENTATION_FILE}
DESTINATION share/doc/klogg)
DESTINATION ${CMAKE_INSTALL_DOCDIR})

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/packaging/linux/klogg.desktop
Expand Down

0 comments on commit 12a93e2

Please sign in to comment.