From 8b472fae68c2f82fe427aa4169c0baa10c22fa11 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 5 Jun 2025 04:08:02 +0200 Subject: [PATCH] cmake: fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()