Author: Vignesh R <vignesh.r@timesys.com>
Date: Wed, 11 Dec 2019 11:47:57 +0530

disable support for c++ as libpcap doesn't build any c++ targets

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55b93f1..a2c478c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ endif()
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
 
-project(pcap)
+project(pcap LANGUAGES C)
 
 #
 # Try to enable as many C99 features as we can.
-- 
2.7.4

