aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 17:46:01 +0800
committercrupest <crupest@outlook.com>2023-10-07 17:46:01 +0800
commitfba160f15ddba40c50d714e37f84d83d243ccd9c (patch)
tree3b944d61d4a5fec46e441cf775042deac2f8a242 /CMakeLists.txt
parent922619988d0392d365bc48767183a218baf0def9 (diff)
downloadcru-fba160f15ddba40c50d714e37f84d83d243ccd9c.tar.gz
cru-fba160f15ddba40c50d714e37f84d83d243ccd9c.tar.bz2
cru-fba160f15ddba40c50d714e37f84d83d243ccd9c.zip
Clean some spell checks...
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 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()