Skip to content

Commit 5c54e6c

Browse files
committed
Change destination of ifc-printer binary
1 parent d75c3a5 commit 5c54e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/install-rules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CMakePackageConfigHelpers)
55
include(GNUInstallDirs)
66

77
if(BUILD_PRINTER)
8-
install(TARGETS ifc-printer DESTINATION . COMPONENT Printer)
8+
install(TARGETS ifc-printer DESTINATION bin COMPONENT Printer)
99
endif()
1010

1111
# find_package(<package>) call for consumers to find this project

0 commit comments

Comments
 (0)