diff --git a/CMakeLists.txt b/CMakeLists.txt index 020fe8df..9fa07eac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -505,7 +505,7 @@ if (ISLE_BUILD_APP) ISLE/emscripten/messagebox.cpp ) target_compile_definitions(isle PRIVATE "ISLE_EMSCRIPTEN_HOST=\"${ISLE_EMSCRIPTEN_HOST}\"") - set_proprety(TARGET isle PROPERTY SUFFIX ".html") + set_property(TARGET isle PROPERTY SUFFIX ".html") endif() endif()