#671 switch ordering of args in find_package for Protobuf (#672)

per #671
master
catskul 2017-11-15 02:49:33 -05:00 committed by Wally B. Feed
parent 818e5e1a44
commit 8c9fac4c69
1 changed files with 1 additions and 1 deletions

View File

@ -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)