Skip to content

Commit 9d4eb82

Browse files
committed
knock it off with this FIND_LIBRARY_USE_LIB64_PATHS nonsense.
further comments here: awslabs/aws-c-common@82dc7af
1 parent 9cfdc49 commit 9d4eb82

12 files changed

+11
-16
lines changed

CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ project("aws-crt-cpp"
2626
VERSION ${SIMPLE_VERSION})
2727

2828
include(CTest)
29-
3029
include(GNUInstallDirs)
3130

32-
if(${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
33-
set(FIND_LIBRARY_USE_LIB64_PATHS true)
34-
endif()
35-
3631
if(NOT CMAKE_CXX_STANDARD)
3732
set(CMAKE_CXX_STANDARD 11)
3833
endif()

crt/aws-c-auth

crt/aws-c-cal

crt/aws-c-event-stream

crt/aws-c-io

crt/aws-c-sdkutils

0 commit comments

Comments
 (0)