Skip to content

Commit

Permalink
CMake can probably figure out FIND_LIBRARY_USE_LIB64_PATHS without ou…
Browse files Browse the repository at this point in the history
…r help
  • Loading branch information
graebm committed Dec 23, 2024
1 parent df51efe commit c420205
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ endif()

include(GNUInstallDirs)

if (${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
set(FIND_LIBRARY_USE_LIB64_PATHS true)
endif()

set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/dist")

if (BUILD_DEPS)
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-c-auth
Submodule aws-c-auth updated 1 files
+4 −3 CMakeLists.txt
2 changes: 1 addition & 1 deletion crt/aws-c-cal
Submodule aws-c-cal updated 1 files
+5 −4 CMakeLists.txt
2 changes: 1 addition & 1 deletion crt/aws-c-common
2 changes: 1 addition & 1 deletion crt/aws-c-compression
2 changes: 1 addition & 1 deletion crt/aws-c-event-stream
2 changes: 1 addition & 1 deletion crt/aws-c-http
2 changes: 1 addition & 1 deletion crt/aws-c-io
Submodule aws-c-io updated 1 files
+5 −4 CMakeLists.txt
2 changes: 1 addition & 1 deletion crt/aws-c-sdkutils
Submodule aws-c-sdkutils updated 1 files
+5 −4 CMakeLists.txt
2 changes: 1 addition & 1 deletion crt/aws-checksums

0 comments on commit c420205

Please sign in to comment.