Skip to content

Commit

Permalink
Replace deprecated (and removed) find_package calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Sep 14, 2023
1 parent 7676d40 commit 45e6ba1
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 @@ -19,8 +19,7 @@ endif()
include(CheckIPOSupported)
check_ipo_supported(RESULT ipo_supported)

find_package( PythonInterp )
find_package( PythonLibs )
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)

find_library(CFITSIO_LIBRARY
NAMES fitsio cfitsio libcfitsio
Expand Down

0 comments on commit 45e6ba1

Please sign in to comment.