correct some include dirs not being included as SYSTEM paths in cmake.

This commit is contained in:
Campbell Barton
2012-10-02 03:18:48 +00:00
parent 959dc02f96
commit dc8340fa33
8 changed files with 24 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ if(WITH_BOOST)
-DCARVE_SYSTEM_BOOST
)
list(APPEND INC
list(APPEND INC_SYS
${BOOST_INCLUDE_DIR}
)
endif()