We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37f14e commit 2f28793Copy full SHA for 2f28793
CMakeLists.txt
@@ -17,7 +17,6 @@ if(BUILD_PYTHON_LIB)
17
find_package(pybind11 CONFIG REQUIRED)
18
pybind11_add_module(backend
19
src/filepattern/cpp/bindings.cpp
20
- src/filepattern/cpp/interface/filepattern_factory.h
21
)
22
find_package(filepattern QUIET)
23
if (NOT filepattern_FOUND)
0 commit comments