Install to the correct cfgdir (#1593)
This commit is contained in:
parent
8b5f36670a
commit
800076f9b8
|
@ -21,5 +21,5 @@ install(TARGETS cppcheck
|
||||||
COMPONENT applications)
|
COMPONENT applications)
|
||||||
|
|
||||||
install(FILES ${cfgs}
|
install(FILES ${cfgs}
|
||||||
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/${PROJECT_NAME}/
|
DESTINATION ${CFGDIR}/
|
||||||
COMPONENT headers)
|
COMPONENT headers)
|
||||||
|
|
Loading…
Reference in New Issue