Skip to content

Commit

Permalink
Merge pull request #4047 from fayaaz/2.3
Browse files Browse the repository at this point in the history
Add DCMAKE_INSTALL_LIBDIR for arm64 builds
  • Loading branch information
Holzhaus authored Jul 2, 2021
2 parents a4be4f3 + 37f820c commit b5a8dcd
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 @@ -1802,6 +1802,7 @@ if(KEYFINDER)
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DCMAKE_PREFIX_PATH:PATH="${CMAKE_PREFIX_PATH}"
-DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}
-DBUILD_TESTING=OFF
BUILD_COMMAND ${CMAKE_COMMAND} --build .
BUILD_BYPRODUCTS <INSTALL_DIR>/${KeyFinder_LIBRARY}
Expand Down

0 comments on commit b5a8dcd

Please sign in to comment.