NOISSUE also undo the AUTORCC change because it was also broken

It broke 32bit linux builds...
This commit is contained in:
Petr Mrázek
2021-11-23 01:37:13 +01:00
parent b49987e876
commit a522cad6d6
2 changed files with 15 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ endif()
##################################### Set CMake options #####################################
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")