aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-03-30 16:10:19 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-03-30 16:10:19 +0900
commit2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1 (patch)
tree87dddfaf1e281f7eeee6679c5f1bb1f2d48a9055 /CMakeLists.txt
parent02b00b5c075d068ca8418038df9bfa60c3381bdd (diff)
downloadportable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.tar.gz
portable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.tar.bz2
portable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.zip
set project LANGUAGES to C
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5600edf..c9f6556 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ include(CheckFunctionExists)
3include(CheckLibraryExists) 3include(CheckLibraryExists)
4include(CheckIncludeFiles) 4include(CheckIncludeFiles)
5 5
6project (LibreSSL) 6project (LibreSSL C)
7 7
8enable_testing() 8enable_testing()
9 9