Skip to content
  • dbates@webkit.org's avatar
    2011-01-29 Daniel Bates <dbates@rim.com> · c5f7d59c
    dbates@webkit.org authored
            Reviewed by Maciej Stachowiak.
    
            Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
            https://bugs.webkit.org/show_bug.cgi?id=53382
    
            Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
            So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
            Therefore, we should remove such references.
    
            * Source/cmake/OptionsCommon.cmake:
    2011-01-29  Daniel Bates  <dbates@rim.com>
    
            Reviewed by Maciej Stachowiak.
    
            Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
            https://bugs.webkit.org/show_bug.cgi?id=53382
    
            Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
            So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
            Therefore, we should remove such references.
    
            * CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77073 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c5f7d59c