Skip to content

Commit

Permalink
fixed windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jan 16, 2024
1 parent ace6535 commit 423e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ IF(BUILD_AS_BUNDLE AND (APPLE OR WIN32))
ENDIF()

INSTALL(DIRECTORY "${OpenNI2_BIN_DIR}/OpenNI2"
DESTINATION ${openni2_dest_dir}
DESTINATION ${thirdparty_dest_dir}
COMPONENT runtime
REGEX ".*pdb" EXCLUDE)
INSTALL(FILES "${OpenNI2_BIN_DIR}/OpenNI.ini"
Expand Down

0 comments on commit 423e675

Please sign in to comment.