aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-10-08 05:15:52 -0500
committerBrent Cook <busterb@gmail.com>2024-10-08 05:15:52 -0500
commitc4026899d9f2b8920c56af78771acc93100f693b (patch)
treec82b383f9d5ee542f7bb58c6a9fcde27c0dcc70c /CMakeLists.txt
parent41846d94539dcf21ec206d35f11b9ef6ea9669b9 (diff)
parentbd9978373f2811446a725df41f09398d7d751af9 (diff)
downloadportable-c4026899d9f2b8920c56af78771acc93100f693b.tar.gz
portable-c4026899d9f2b8920c56af78771acc93100f693b.tar.bz2
portable-c4026899d9f2b8920c56af78771acc93100f693b.zip
Land #1104, don't override language property for ASM files as C
Diffstat (limited to '')
-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)