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