From 2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 30 Mar 2016 16:10:19 +0900 Subject: [PATCH] set project LANGUAGES to C --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5600edf..c9f6556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include(CheckFunctionExists) include(CheckLibraryExists) include(CheckIncludeFiles) -project (LibreSSL) +project (LibreSSL C) enable_testing()