Skip to content

Commit

Permalink
fix cmake warning about deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix committed Apr 4, 2024
1 parent b50433a commit a37b481
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ if (LEGACY_BUILD)
# build the sdk targets
project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX)

set(Python_ADDITIONAL_VERSIONS 3.7 3.8 3.9 3.10)
find_package(PythonInterp)
find_package(Python3 COMPONENTS Interpreter Development)
set(PYTHON3_CMD ${PYTHON_EXECUTABLE})

# ENABLE_ZLIB_REQUEST_COMPRESSION should be ON by default if ZLIB is available
Expand Down

0 comments on commit a37b481

Please sign in to comment.