diff --git a/CMakeLists.txt b/CMakeLists.txt index 313cc22..e495e28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ find_package( # Find Casacore and its dependencies set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) find_package(Casacore REQUIRED) -find_package(Boost REQUIRED COMPONENTS python) +find_package(Boost REQUIRED COMPONENTS python3) # If environment variable CASACORE_DATA is set, assume it points to a directory # containing the cascacore data files, and install its contents.