diff options
author | Brent Cook <busterb@gmail.com> | 2024-10-08 05:15:52 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-10-08 05:15:52 -0500 |
commit | c4026899d9f2b8920c56af78771acc93100f693b (patch) | |
tree | c82b383f9d5ee542f7bb58c6a9fcde27c0dcc70c /CMakeLists.txt | |
parent | 41846d94539dcf21ec206d35f11b9ef6ea9669b9 (diff) | |
parent | bd9978373f2811446a725df41f09398d7d751af9 (diff) | |
download | portable-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.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) |