Skip to content

Commit 2b816f4

Browse files
committed
Change destination of ifc-printer binary
1 parent d75c3a5 commit 2b816f4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cmake/install-rules.cmake

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

77
if(BUILD_PRINTER)
8-
install(TARGETS ifc-printer DESTINATION . COMPONENT Printer)
8+
install(
9+
TARGETS ifc-printer
10+
DESTINATION "${CMAKE_INSTALL_BINDIR}"
11+
COMPONENT Printer
12+
)
913
endif()
1014

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

0 commit comments

Comments
 (0)