diff options
-rw-r--r-- | cmake/macros/FindBoost.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/macros/FindBoost.cmake b/cmake/macros/FindBoost.cmake index 12dc4f0f67b..90bba26db70 100644 --- a/cmake/macros/FindBoost.cmake +++ b/cmake/macros/FindBoost.cmake @@ -580,6 +580,8 @@ if(NOT Boost_INCLUDE_DIR) C:/boost/include
C:/boost
/sw/local/include
+ /usr/local/include/boost
+ /usr/include/boost
)
endif()
|