We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5131774 commit ab73064Copy full SHA for ab73064
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 amulet_nbtpybind11::module)
+if (NOT TARGET amulet_nbt)
28
find_package(amulet_nbt CONFIG REQUIRED)
29
30
0 commit comments