diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81bb9bb17..b619e06fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -115,7 +115,7 @@ else() | |||
| 115 | message(STATUS "libpng not found. Some debugging features have been disabled.") | 115 | message(STATUS "libpng not found. Some debugging features have been disabled.") |
| 116 | endif() | 116 | endif() |
| 117 | 117 | ||
| 118 | find_package(Boost 1.57.0) | 118 | find_package(Boost 1.57.0 QUIET) |
| 119 | if (Boost_FOUND) | 119 | if (Boost_FOUND) |
| 120 | include_directories(${Boost_INCLUDE_DIRS}) | 120 | include_directories(${Boost_INCLUDE_DIRS}) |
| 121 | else() | 121 | else() |