Cmakelists: remove no longer used boost libraries from required boost components lists
This commit is contained in:
parent
7b4ea2a382
commit
c9ff885c1d
|
@ -548,11 +548,8 @@ find_package( Cairo 1.8.8 REQUIRED )
|
|||
find_package( Pixman 0.30 REQUIRED )
|
||||
|
||||
#
|
||||
# Find Boost library, required.
|
||||
#
|
||||
# Note: Prior to Boost 1.59, the Boost context library is not built when compiling on windows
|
||||
# with GCC. You must patch the Boost sources.
|
||||
find_package( Boost 1.54.0 REQUIRED COMPONENTS system )
|
||||
# Find Boost headers, required.
|
||||
find_package( Boost 1.54.0 REQUIRED )
|
||||
|
||||
# Include MinGW resource compiler.
|
||||
include( MinGWResourceCompiler )
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# or you may write to the Free Software Foundation, Inc.,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
find_package(Boost COMPONENTS system filesystem unit_test_framework REQUIRED)
|
||||
find_package(Boost COMPONENTS unit_test_framework REQUIRED)
|
||||
find_package( wxWidgets 3.0.0 COMPONENTS gl aui adv html core net base xml stc REQUIRED )
|
||||
|
||||
add_definitions(-DBOOST_TEST_DYN_LINK)
|
||||
|
|
Loading…
Reference in New Issue