diff options
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 2b6294b..9c3d0d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -3,7 +3,7 @@ if(MSVC) | |||
3 | cmake_policy(SET CMP0091 NEW) | 3 | cmake_policy(SET CMP0091 NEW) |
4 | endif() | 4 | endif() |
5 | 5 | ||
6 | project (LibreSSL C ASM) | 6 | project(LibreSSL LANGUAGES C ASM) |
7 | 7 | ||
8 | include(CheckFunctionExists) | 8 | include(CheckFunctionExists) |
9 | include(CheckSymbolExists) | 9 | include(CheckSymbolExists) |