cpp-hocon: rebuilt against boost-1.72
This commit is contained in:
parent
1f8613fcb7
commit
9f6ee305be
|
@ -0,0 +1,11 @@
|
||||||
|
--- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200
|
||||||
|
+++ - 2020-01-10 18:45:11.754965457 +0100
|
||||||
|
@@ -42,7 +42,7 @@
|
||||||
|
set(BOOST_COMPONENTS regex)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
-list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options)
|
||||||
|
+list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem)
|
||||||
|
|
||||||
|
# Add other dependencies
|
||||||
|
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cpp-hocon'
|
# Template file for 'cpp-hocon'
|
||||||
pkgname=cpp-hocon
|
pkgname=cpp-hocon
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=7
|
revision=8
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel leatherman libcurl-devel"
|
makedepends="boost-devel leatherman libcurl-devel"
|
||||||
|
|
Loading…
Reference in New Issue