From a5b62104d4b9aa990f7cd501c017c065fa227228 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Sun, 25 Sep 2022 14:11:11 +0300 Subject: [PATCH] remove solved TODOs --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b56ad53f..86e15c821 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ project(VCMI) # # Vckpg: # - Improve install code once there is better way to deploy DLLs and Qt plugins -# - Move Vcpkg install BundleUtilities code from osx/CMakeLists.txt # # Other: # - Cleanup remove_directory copy_directory if performance will be a problem. @@ -564,7 +563,6 @@ if(WIN32) set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".") # Use BundleUtilities to fix build when Vcpkg is used and disable it for MXE if(NOT (${CMAKE_CROSSCOMPILING})) - add_subdirectory(osx) add_subdirectory(win) endif() elseif(APPLE_MACOS AND NOT ENABLE_MONOLITHIC_INSTALL)