We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ffd2f commit 8574b0cCopy full SHA for 8574b0c
1 file changed
bindings/python/src/CMakeLists.txt
@@ -20,7 +20,7 @@ function(mgis_python_module name output_name)
20
# include directories
21
target_include_directories(${module}
22
SYSTEM
23
- PRIVATE "${PROJECT_SOURCE_DIR}/bindings/python/boost/include"
+ PRIVATE "${PROJECT_SOURCE_DIR}/bindings/python/include"
24
PRIVATE "${Boost_INCLUDE_DIRS}")
25
# Link flags for python modules.
26
#
0 commit comments