BuildSystem: Fix another logic-error in the Win32-specific settings

--HG--
branch : trunk
This commit is contained in:
click
2010-09-08 14:54:28 +02:00
parent b1f6a619a8
commit a5d628ef3e

View File

@@ -7,12 +7,12 @@ set(ACE_LIBRARY "ace")
set(BZIP2_LIBRARIES "bzip2")
set(ZLIB_LIBRARIES "zlib")
if( EXTERNAL_MYSQL )
if( NOT EXTERNAL_MYSQL )
set(MYSQL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/dep/mysqllite/include)
set(MYSQL_LIBRARY "libmysql")
set( MYSQL_FOUND 1 )
message(STATUS "Using internal MySQL.")
endif( EXTERNAL_MYSQL )
endif()
# check the CMake preload parameters (commented out by default)