View | Details | Raw Unified | Return to bug 237990
Collapse All | Expand All

(-)CMakeLists.txt 2019-05-20 00:36:47.308011000 +0000 (-1 / +1 lines)
Lines 114-120 Link Here
114
        if (Java_JAVAC_EXECUTABLE)
114
        if (Java_JAVAC_EXECUTABLE)
115
            set(JRUBY_SUPPORT TRUE)
115
            set(JRUBY_SUPPORT TRUE)
116
            set(CMAKE_JAVA_COMPILE_FLAGS -source 1.6 -target 1.6)
116
            set(CMAKE_JAVA_COMPILE_FLAGS -source 7 -target 7)
117
            add_definitions(-DUSE_JRUBY_SUPPORT)
117
            add_definitions(-DUSE_JRUBY_SUPPORT)
118
        endif()
118
        endif()
119
    endif()
119
    endif()

Return to bug 237990