Skip to content

Commit c9e8608

Browse files
Fix target name (#42)
1 parent 7394285 commit c9e8608

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 leveldbpybind11::module)
27+
if (NOT TARGET leveldb)
2828
find_package(amulet_leveldb CONFIG REQUIRED)
2929
endif()
3030

0 commit comments

Comments
 (0)