mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix boost linking problem on Unbuntu 14.
This commit is contained in:
parent
c9f3c0760c
commit
10b7cbc257
@ -511,7 +511,7 @@ SET (Boost_FIND_QUIETLY ON)
|
||||
IF (NOT DEFINED ${BOOST_ROOT})
|
||||
SET(BOOST_ROOT $ENV{BOOST_ROOT})
|
||||
ENDIF()
|
||||
FIND_PACKAGE (Boost 1.54.0 REQUIRED COMPONENTS date_time regex locale filesystem)
|
||||
FIND_PACKAGE (Boost 1.54.0 REQUIRED COMPONENTS date_time regex locale filesystem system)
|
||||
|
||||
IF (Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user