Skip to content

Commit 8574b0c

Browse files
committed
small fix
1 parent a4ffd2f commit 8574b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function(mgis_python_module name output_name)
2020
# include directories
2121
target_include_directories(${module}
2222
SYSTEM
23-
PRIVATE "${PROJECT_SOURCE_DIR}/bindings/python/boost/include"
23+
PRIVATE "${PROJECT_SOURCE_DIR}/bindings/python/include"
2424
PRIVATE "${Boost_INCLUDE_DIRS}")
2525
# Link flags for python modules.
2626
#

0 commit comments

Comments
 (0)