We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c26aaca + 926556b commit 0d93ea0Copy full SHA for 0d93ea0
2 files changed
hatch_cpp/tests/test_project_cmake/CMakeLists.txt
@@ -70,7 +70,7 @@ else()
70
endif()
71
72
73
-find_package(Python ${CSP_PYTHON_VERSION} EXACT REQUIRED COMPONENTS Interpreter Development.Module)
+find_package(Python ${HATCH_CPP_TEST_PROJECT_BASIC_PYTHON_VERSION} EXACT REQUIRED COMPONENTS Interpreter Development.Module)
74
75
include_directories("${CMAKE_SOURCE_DIR}/cpp")
76
hatch_cpp/tests/test_project_cmake_vcpkg/CMakeLists.txt
0 commit comments