Github user Alex-Vol commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1468#discussion_r162795265
  
    --- Diff: lib/java/CMakeLists.txt ---
    @@ -17,14 +17,13 @@
     # under the License.
     #
     
    -file(GLOB java_sources src/**/*.java)
    -
     if(ANDROID)
         set(android_sources
             android/build.gradle
             android/settings.gradle
             android/src/main/AndroidManifest.xml
         )
    +    file(GLOB java_sources src/**/*.java)
    --- End diff --
    
    Done, no more file globbing!


---

Reply via email to