Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Mar 1, 2024
1 parent fe7c0f0 commit 0bec90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(pybind11 CONFIG REQUIRED PATHS "${CMAKE_PREFIX_PATH}/share/cmake/pybind11" NO_DEFAULT_PATH)
find_package(pybind11 CONFIG REQUIRED PATHS ${CMAKE_PREFIX_PATH} NO_DEFAULT_PATH)
# Set result variables
find_package(pybind11)

Expand Down

0 comments on commit 0bec90c

Please sign in to comment.