We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75c3a5 commit 2b816f4Copy full SHA for 2b816f4
1 file changed
cmake/install-rules.cmake
@@ -5,7 +5,11 @@ include(CMakePackageConfigHelpers)
5
include(GNUInstallDirs)
6
7
if(BUILD_PRINTER)
8
- install(TARGETS ifc-printer DESTINATION . COMPONENT Printer)
+ install(
9
+ TARGETS ifc-printer
10
+ DESTINATION "${CMAKE_INSTALL_BINDIR}"
11
+ COMPONENT Printer
12
+ )
13
endif()
14
15
# find_package(<package>) call for consumers to find this project
0 commit comments