migrate to PIP v4

This commit is contained in:
2024-07-30 14:18:39 +03:00
parent 472591fbf8
commit 4f006072e8
3 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ if ("x${CMAKE_MODULE_PATH}" STREQUAL "x")
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
endif()
find_package(PIP REQUIRED)
find_package(PIP 4.0 REQUIRED)
find_package(QAD)
include(SHSTKMacros)
shstk_begin_project(CD)