cmake "elseif" correction
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@581 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0f855af124
commit
bbe5e6f2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ IF(WIN32)
|
|||
TARGET_LINK_LIBRARIES(tabu_search tsp)
|
||||
TARGET_LINK_LIBRARIES(tabu_search eod)
|
||||
TARGET_LINK_LIBRARIES(tabu_search eoutilsd)
|
||||
ELSE(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
ENDIF(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
|
||||
IF(CMAKE_BUILD_TYPE STREQUAL Release)
|
||||
TARGET_LINK_LIBRARIES(tabu_search tsp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue