diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-03-30 16:10:19 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-03-30 16:10:19 +0900 |
commit | 2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1 (patch) | |
tree | 87dddfaf1e281f7eeee6679c5f1bb1f2d48a9055 /CMakeLists.txt | |
parent | 02b00b5c075d068ca8418038df9bfa60c3381bdd (diff) | |
download | portable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.tar.gz portable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.tar.bz2 portable-2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1.zip |
set project LANGUAGES to C
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
3 | include(CheckLibraryExists) | 3 | include(CheckLibraryExists) |
4 | include(CheckIncludeFiles) | 4 | include(CheckIncludeFiles) |
5 | 5 | ||
6 | project (LibreSSL) | 6 | project (LibreSSL C) |
7 | 7 | ||
8 | enable_testing() | 8 | enable_testing() |
9 | 9 | ||