Skip to content

Commit 78e20c9

Browse files
author
Thomas-Otavio Peulen
authored
Update CMakeLists.txt
1 parent 77f6ef4 commit 78e20c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlexLabel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include_directories(${EIGEN3_INCLUDE_DIR})
2121
# https://github.com/pybind/pybind11/issues/236
2222
# This is really a bad fix, as the Python headers
2323
# won't be found in most build environments.
24-
# set(PYTHONLIBS_FOUND TRUE)
24+
set(PYTHONLIBS_FOUND TRUE)
2525
set(PYTHON_MODULE_EXTENSION .so)
2626
set(PYTHON_MODULE_PREFIX "")
2727
find_package(pybind11 2.2 QUIET)

0 commit comments

Comments
 (0)