Install to the correct cfgdir (#1593)

This commit is contained in:
Paul Fultz II 2019-01-12 01:05:03 -06:00 committed by Daniel Marjamäki
parent 8b5f36670a
commit 800076f9b8
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ install(TARGETS cppcheck
COMPONENT applications)
install(FILES ${cfgs}
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/${PROJECT_NAME}/
DESTINATION ${CFGDIR}/
COMPONENT headers)