From b328a423a4ee596ef76a66370c8365f27c174525 Mon Sep 17 00:00:00 2001 From: Gigas002 <24297712+Gigas002@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:46:15 +0000 Subject: [PATCH] Update mapeditor/CMakeLists.txt Co-authored-by: Ivan Savenko --- mapeditor/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mapeditor/CMakeLists.txt b/mapeditor/CMakeLists.txt index b1dc9b0e9..109d08623 100644 --- a/mapeditor/CMakeLists.txt +++ b/mapeditor/CMakeLists.txt @@ -155,12 +155,9 @@ endif() assign_source_group(${editor_SRCS} ${editor_HEADERS} ${editor_RESOURCES} ${editor_TS} ${editor_ICON}) -# TODO: enabling AUTORCC breaks msvc build on CI set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOUIC ON) -if(NOT (MSVC AND "$ENV{GITHUB_ACTIONS}" STREQUAL true)) - set(CMAKE_AUTORCC ON) -endif() +set(CMAKE_AUTORCC ON) if(POLICY CMP0071) cmake_policy(SET CMP0071 NEW)