mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rewrite several file path routines to use boost::filesystem
This is a basis for moving .gnucash to a more modern location for application specific user data (following the xdg spec).
This commit is contained in:
@@ -438,7 +438,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)
|
||||
FIND_PACKAGE (Boost 1.54.0 REQUIRED COMPONENTS date_time regex locale filesystem)
|
||||
|
||||
IF (Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
Reference in New Issue
Block a user