From f2b1f84830048f15e97c3949026c532835a8da38 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Fri, 25 Jul 2014 14:35:50 +0400
Subject: [PATCH] Remove Objective C search pattern from unit tests, add C++.

---
 test/unit/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index a30f2d8ff1..2f3086c48b 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -1,5 +1,5 @@
 add_compile_flags("C;CXX" "-Wno-unused")
-file(GLOB all_sources *.c *.m *.mm)
+file(GLOB all_sources *.c *.cc)
 set_source_files_compile_flags(${all_sources})
 
 include_directories(${PROJECT_SOURCE_DIR}/src)
-- 
GitLab