Skip to content

Commit ab73064

Browse files
fix target name (#137)
1 parent 5131774 commit ab73064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ else()
1818
endif()
1919

2020
# Find dependencies
21-
if (NOT TARGET pybind11::modulepybind11::module)
21+
if (NOT TARGET pybind11::module)
2222
find_package(pybind11 CONFIG REQUIRED)
2323
endif()
24-
if (NOT TARGET amulet_pybind11_extensionspybind11::module)
24+
if (NOT TARGET amulet_pybind11_extensions)
2525
find_package(amulet_pybind11_extensions CONFIG REQUIRED)
2626
endif()
27-
if (NOT TARGET amulet_nbtpybind11::module)
27+
if (NOT TARGET amulet_nbt)
2828
find_package(amulet_nbt CONFIG REQUIRED)
2929
endif()
3030

0 commit comments

Comments
 (0)