Skip to content

Commit

Permalink
Merge pull request #3764 from vicentebolea/fix-cmake-python-deprecation
Browse files Browse the repository at this point in the history
cmake: resolve cmake python deprecation warning
  • Loading branch information
vicentebolea authored Aug 16, 2023
2 parents ebaa853 + 9a0c060 commit e61530e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/adios2/engine/staging-common/TestSupp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# resulting _CMD strings until add_common_test() which removes it.
#

find_package(PythonInterp REQUIRED)
find_package(Python3 REQUIRED)

# Change the STAGING_COMMON_TEST_SUPP_VERBOSE value to ON for debugging output
#
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/enet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(ENET_LIBRARY_COMPONENT adios2_enet-libraries)
set(ENET_ARCHIVE_COMPONENT adios2_enet-development)
set(ENET_HEADER_COMPONENT adios2_enet-development)
set(ENET_INSTALL_PKGCONFIG OFF)
set(BUILD_DOCS OFF)
set(BUILD_DOCS OFF CACHE BOOL "")

add_subdirectory(enet)
set(enet_DIR ${CMAKE_CURRENT_BINARY_DIR}/enet CACHE INTERNAL "")
Expand Down

0 comments on commit e61530e

Please sign in to comment.