2
0
Эх сурвалжийг харах

Update mapeditor/CMakeLists.txt

Co-authored-by: Ivan Savenko <[email protected]>
Gigas002 1 жил өмнө
parent
commit
b328a423a4

+ 1 - 4
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)