* ./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:
parent
491c536ea7
commit
3c6169626a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue