Explorar o código

Fix cmakelists (#2716)

hsdk123 hai 7 meses
pai
achega
4fced40d61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)