build: Downgraded Boost to 1.67 (#775)
This commit is contained in:
committed by
Eberhard Graether
parent
2a0aa1875b
commit
3f88aba025
+1
-1
@@ -102,7 +102,7 @@ set(Boost_USE_MULTITHREAD ON)
|
||||
set(Boost_USE_STATIC_LIBS ON CACHE BOOL "Set to ON to force the use of the static libraries.")
|
||||
set(Boost_USE_STATIC_RUNTIME OFF)
|
||||
|
||||
find_package(Boost 1.68 COMPONENTS system program_options filesystem date_time REQUIRED)
|
||||
find_package(Boost 1.67 COMPONENTS system program_options filesystem date_time REQUIRED)
|
||||
|
||||
|
||||
# Qt ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user