We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7394285 commit c9e8608Copy full SHA for c9e8608
tests/CMakeLists.txt
@@ -18,13 +18,13 @@ else()
18
endif()
19
20
# Find dependencies
21
-if (NOT TARGET pybind11::modulepybind11::module)
+if (NOT TARGET pybind11::module)
22
find_package(pybind11 CONFIG REQUIRED)
23
24
-if (NOT TARGET amulet_pybind11_extensionspybind11::module)
+if (NOT TARGET amulet_pybind11_extensions)
25
find_package(amulet_pybind11_extensions CONFIG REQUIRED)
26
27
-if (NOT TARGET leveldbpybind11::module)
+if (NOT TARGET leveldb)
28
find_package(amulet_leveldb CONFIG REQUIRED)
29
30
0 commit comments