Changeset 410

Show
Ignore:
Timestamp:
07/22/08 14:59:53 (5 months ago)
Author:
mbensi
Message:

2008-07-22 Mario Bensi <mbensi@pleyo.com>

Reviewed by Olivier DOLE.
fix compilation with I18N Generic option activated

  • OWBAL/Concretizations/Database/CMakeLists.txt:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/ChangeLogOWB

    r408 r410  
     12008-07-22  Mario Bensi  <mbensi@pleyo.com> 
     2 
     3        Reviewed by Olivier DOLE. 
     4        fix compilation with I18N Generic option activated 
     5 
     6        * OWBAL/Concretizations/Database/CMakeLists.txt: 
     7 
    182008-07-22  Mario Bensi  <mbensi@pleyo.com> 
    29 
  • trunk/BAL/OWBAL/Concretizations/Database/CMakeLists.txt

    r402 r410  
    1212        ${SQLITE_INCLUDE_DIRS} 
    1313    ) 
     14 
     15    IF (WEBKIT_USE_I18N STREQUAL "GENERIC") 
     16    INCLUDE_DIRECTORIES ( 
     17        ${CMAKE_SOURCE_DIR}/JavaScriptCore/icu 
     18    ) 
     19    ENDIF (WEBKIT_USE_I18N STREQUAL "GENERIC")  
     20 
    1421    AUX_SOURCE_DIRECTORY (SQLite DATABASE_SRC) 
    1522