From 8f413628c2342c3639d6c44959bd663bcabfb4a0 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 19 Jun 2023 17:40:40 -0700 Subject: [PATCH] reinstate alphabetical ordering --- depends/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depends/CMakeLists.txt b/depends/CMakeLists.txt index 566965f8a..9ec71646a 100644 --- a/depends/CMakeLists.txt +++ b/depends/CMakeLists.txt @@ -1,9 +1,9 @@ # list depends here. add_subdirectory(lodepng) -add_subdirectory(md5) - add_subdirectory(lua) +add_subdirectory(md5) add_subdirectory(protobuf) + if(UNIX) set_target_properties(lua PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations -Wno-deprecated-enum-enum-conversion") target_compile_options(protoc