hsdk123 7 hónapja
szülő
commit
4fced40d61
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      flags.cmake

+ 1 - 1
flags.cmake

@@ -2,7 +2,7 @@ option(SPINE_SANITIZE "Build with sanitization" OFF)
 option(SPINE_SET_COMPILER_FLAGS "Set compiler flags" ON)
 
 if (NOT SPINE_SET_COMPILER_FLAGS)
-    return();
+    return()
 endif()
 
 if(MSVC)