|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
#
|
|
|
-# Copyright (c) 2006-2023 LOVE Development Team
|
|
|
|
|
|
|
+# Copyright (c) 2006-2024 LOVE Development Team
|
|
|
#
|
|
#
|
|
|
# This software is provided 'as-is', without any express or implied
|
|
# This software is provided 'as-is', without any express or implied
|
|
|
# warranty. In no event will the authors be held liable for any damages
|
|
# warranty. In no event will the authors be held liable for any damages
|
|
@@ -63,7 +63,7 @@ foreach(dir ${MODULE_LIST})
|
|
|
)
|
|
)
|
|
|
if("${status}" STREQUAL "0")
|
|
if("${status}" STREQUAL "0")
|
|
|
add_subdirectory(${dir})
|
|
add_subdirectory(${dir})
|
|
|
- set(has_run_cmake 1)
|
|
|
|
|
|
|
+ set(has_run_cmake 1)
|
|
|
else()
|
|
else()
|
|
|
message(FATAL_ERROR "amkparse.py returned ${status}")
|
|
message(FATAL_ERROR "amkparse.py returned ${status}")
|
|
|
endif()
|
|
endif()
|