Skip to content

Commit

Permalink
Fixed Windows install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Jul 25, 2019
1 parent 38843f8 commit fb0b180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions baumer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ elseif ("${ARCHITECTURE}" STREQUAL "WIN32_i86")
bsysgige.xml
bsysusb.xml
COMPONENT bin
DESTINATION ${CMAKE_INSTALL_LIBDIR}/rc_genicam_api
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
elseif ("${ARCHITECTURE}" STREQUAL "WIN64_x64")
install(
FILES
Win32_x64/bgapi2_gige.cti
Win32_x64/bgapi2_usb.cti
Win64_x64/bgapi2_gige.cti
Win64_x64/bgapi2_usb.cti
bsysgige.xml
bsysusb.xml
COMPONENT bin
DESTINATION ${CMAKE_INSTALL_LIBDIR}/rc_genicam_api
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
else ()
message(FATAL_ERROR "Unknown architecture")
Expand Down

0 comments on commit fb0b180

Please sign in to comment.