This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.12.1
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.12.1 by this push:
new 792e0b0 Speaking about bad merges ...
792e0b0 is described below
commit 792e0b07969824b97cae1a23e2c606dd0145a167
Author: Jens Geyer <[email protected]>
AuthorDate: Thu Mar 7 23:09:19 2019 +0100
Speaking about bad merges ...
---
lib/java/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/java/CMakeLists.txt b/lib/java/CMakeLists.txt
index a4327c5..a67845a 100644
--- a/lib/java/CMakeLists.txt
+++ b/lib/java/CMakeLists.txt
@@ -45,6 +45,7 @@ else()
set(PRELEASE "true")
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
set(PRELEASE "false")
+ endif ()
add_custom_target(ThriftJava ALL
COMMENT "Building Java library using Gradle Wrapper"