diff --git a/CMakeLists.txt b/CMakeLists.txt index ed62e72..deda64e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ find_package(Boost REQUIRED COMPONENTS iostreams) find_package(Ceres REQUIRED COMPONENTS SparseLinearAlgebraLibrary) find_package(Eigen3 REQUIRED) find_package(LuaGoogle REQUIRED) -find_package(Protobuf REQUIRED 3.0.0) +find_package(Protobuf 3.0.0 REQUIRED) include(FindPkgConfig) PKG_SEARCH_MODULE(CAIRO REQUIRED cairo>=1.12.16)