diff options
author | crupest <crupest@outlook.com> | 2023-10-07 17:46:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 17:46:01 +0800 |
commit | fba160f15ddba40c50d714e37f84d83d243ccd9c (patch) | |
tree | 3b944d61d4a5fec46e441cf775042deac2f8a242 /CMakeLists.txt | |
parent | 922619988d0392d365bc48767183a218baf0def9 (diff) | |
download | cru-fba160f15ddba40c50d714e37f84d83d243ccd9c.tar.gz cru-fba160f15ddba40c50d714e37f84d83d243ccd9c.tar.bz2 cru-fba160f15ddba40c50d714e37f84d83d243ccd9c.zip |
Clean some spell checks...
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 52cc7a5f..cca0b97e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CRU_DEFAULT_BUILD_SHARED_LIBS ON) if (EMSCRIPTEN) - # Webassembly has no idea about static/dynamic libraries. + # WebAssembly has no idea about static/dynamic libraries. set(CRU_DEFAULT_BUILD_SHARED_LIBS OFF) endif() |