Skip to content

Commit

Permalink
Change: Don't create runtime directory with make install #54
Browse files Browse the repository at this point in the history
Merge pull request #54 from Flowdalic/do-not-install-run-dir
  • Loading branch information
bjoernricks authored May 5, 2022
2 parents 3255606 + 6a48b05 commit ab6aa4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ configure_file (src/gsad_log_conf.cmake_in src/gsad_log.conf)

## Install

install (DIRECTORY DESTINATION ${GSAD_RUN_DIR})

install (FILES ${CMAKE_CURRENT_BINARY_DIR}/src/gsad_log.conf
DESTINATION ${GSAD_CONFIG_DIR})

Expand Down

0 comments on commit ab6aa4c

Please sign in to comment.