From a7b356a2063d02aa8d05f858fea4bece034c1a36 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 22 Jun 2025 17:10:33 -0500 Subject: [PATCH] Update CMakeLists.txt --- zone/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/CMakeLists.txt b/zone/CMakeLists.txt index 44130850f..b8897c1f3 100644 --- a/zone/CMakeLists.txt +++ b/zone/CMakeLists.txt @@ -484,7 +484,6 @@ set_target_properties(gm_commands_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BAT # zone combine sources and headers ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers}) -add_dependencies(zone lua_zone perl_zone gm_commands_zone) # binary output directory INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)