summaryrefslogtreecommitdiff
path: root/lib/c_glib
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-02-04 21:10:43 +0100
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-05-05 10:41:48 +0200
commit9fab23876ba88b5ed744aaaa900861a0e3400d76 (patch)
tree935b4729d5a3f7ad2893ad8de5c723fbac06b751 /lib/c_glib
parentc821d250976c690ebc45ae4f769d51951c0bfda4 (diff)
downloadthrift-9fab23876ba88b5ed744aaaa900861a0e3400d76.tar.gz
Minor cleanup of two CMake files, and removed some (unused) boost dependencies
Diffstat (limited to 'lib/c_glib')
-rw-r--r--lib/c_glib/test/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/c_glib/test/CMakeLists.txt b/lib/c_glib/test/CMakeLists.txt
index 94c87e2d7..c46014dc5 100644
--- a/lib/c_glib/test/CMakeLists.txt
+++ b/lib/c_glib/test/CMakeLists.txt
@@ -20,9 +20,7 @@
set(TEST_PREFIX "c_glib")
-# include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
-
-#Make sure gen-cpp and gen-c_glib files can be included
+# Make sure gen-cpp and gen-c_glib files can be included
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
# Create the thrift C test library
@@ -151,7 +149,6 @@ add_test(NAME testthrifttest COMMAND testthrifttest)
if(BUILD_CPP)
-
include_directories("${PROJECT_SOURCE_DIR}/lib/cpp/src")
# Create the thrift C++ test library