Skip to content

Commit

Permalink
[cmake] add OPTIONAL as lib64 may not exist on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastan committed Aug 8, 2018
1 parent 347418d commit 108f34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ if(CMAKE_INSTALL_PREFIX)
DIRECTORY ${BUILD_DIR}/aliceVision_build/bin ${BUILD_DIR}/aliceVision_build/lib ${BUILD_DIR}/aliceVision_build/lib64 ${BUILD_DIR}/aliceVision_build/include ${BUILD_DIR}/aliceVision_build/share
DESTINATION ${CMAKE_INSTALL_PREFIX}
USE_SOURCE_PERMISSIONS
OPTIONAL
)
endif()

Expand Down

0 comments on commit 108f34d

Please sign in to comment.