Skip to content

Commit

Permalink
knock it off with this FIND_LIBRARY_USE_LIB64_PATHS nonsense.
Browse files Browse the repository at this point in the history
further comments here: awslabs/aws-c-common@82dc7af
  • Loading branch information
graebm committed Dec 21, 2024
1 parent 9cfdc49 commit 9d4eb82
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ project("aws-crt-cpp"
VERSION ${SIMPLE_VERSION})

include(CTest)

include(GNUInstallDirs)

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

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)
endif()
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-s3
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 9d4eb82

Please sign in to comment.