Skip to content

Commit 4e1818e

Browse files
committed
refs #8659 - fixed CMake installation
1 parent 40ffa7f commit 4e1818e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (BUILD_CLI)
7676
COMPONENT applications)
7777

7878
install(PROGRAMS ${CMAKE_SOURCE_DIR}/htmlreport/cppcheck-htmlreport
79-
RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
79+
DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
8080
COMPONENT applications)
8181

8282
install(FILES ${addons_py}

0 commit comments

Comments
 (0)