aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 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)
4endif() 4endif()
5 5
6project (LibreSSL C ASM) 6project(LibreSSL LANGUAGES C ASM)
7 7
8include(CheckFunctionExists) 8include(CheckFunctionExists)
9include(CheckSymbolExists) 9include(CheckSymbolExists)