diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index de9d59ccf1..a51b47a1cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(llmr) +FIND_PACKAGE(Boost) set(VERSION_MAJOR "0") set(VERSION_MINOR "0") |