16 lines
532 B
Diff
Executable File
16 lines
532 B
Diff
Executable File
diff --git a/CMake/go/AppendModel.cmake b/CMake/go/AppendModel.cmake
|
|
index eeb28f7..ec50f15 100644
|
|
--- a/CMake/go/AppendModel.cmake
|
|
+++ b/CMake/go/AppendModel.cmake
|
|
@@ -44,8 +44,8 @@ function(append_model SERIALIZATION_FILE PROGRAM_MAIN_FILE)
|
|
else ()
|
|
string(APPEND GOMODEL_SAFE_TYPE ${MODEL_CHAR})
|
|
endif()
|
|
- endif()
|
|
- endforeach()
|
|
+ endforeach()
|
|
+ endif()
|
|
|
|
# See if the model type already exists.
|
|
file(READ "${SERIALIZATION_FILE}" SERIALIZATION_FILE_CONTENTS)
|