Skip to content

Commit

Permalink
Fix for tests now being independent CMake project
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 14, 2024
1 parent 3b5261d commit 5e145c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if(pybind11_FOUND)
python_bindings.cpp
)
target_link_libraries(util_caching_py PUBLIC
${PROJECT_NAME}
util_caching
)

file(GLOB_RECURSE _py_tests CONFIGURE_DEPENDS "*.py")
Expand Down

0 comments on commit 5e145c2

Please sign in to comment.