* ./hurricane:

- Change: When static linking is required, also switch Boost libraries in static
        mode. Automatically done is modules using FindHURRICANE through
        SET_LIB_LINK_MODE(). Note: FindBoost must be called *after* SET_LIB_LINK_MODE().
This commit is contained in:
Jean-Paul Chaput 2010-05-31 12:29:54 +00:00
parent 491c536ea7
commit 3c6169626a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,6 @@ SETUP_PROJECT_PATHS(CORIOLIS)
SET(QT_USE_QTXML "true")
FIND_PACKAGE(Boost 1.33.1 COMPONENTS program_options REQUIRED)
FIND_PACKAGE(Qt4 REQUIRED) # find and setup Qt4 for this project
FIND_PACKAGE(LEFDEF REQUIRED)
FIND_PACKAGE(VLSISAPD REQUIRED)
@ -65,5 +64,6 @@ FIND_PACKAGE(KNIK REQUIRED)
#FIND_PACKAGE(SOLSTICE REQUIRED)
SET_LIB_LINK_MODE()
FIND_PACKAGE(Boost 1.33.1 COMPONENTS program_options REQUIRED)
ADD_SUBDIRECTORY(src)