Skip to content

Commit

Permalink
Add cmake install prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan committed Mar 7, 2024
1 parent 7fd19fc commit aff37dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ endif (OpenMVG_BUILD_OPENGL_EXAMPLES)
# Dependencies install rules
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dependencies/
DESTINATION include/openMVG_dependencies
DESTINATION ${CMAKE_INSTALL_PREFIX}/include/openMVG_dependencies
COMPONENT headers
FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h"
)
Expand Down

0 comments on commit aff37dd

Please sign in to comment.