summaryrefslogtreecommitdiff
path: root/examples/triage
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triage')
-rw-r--r--examples/triage/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt
index 7193c3ef..60b60375 100644
--- a/examples/triage/CMakeLists.txt
+++ b/examples/triage/CMakeLists.txt
@@ -1,13 +1,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
-option(QT6 "Target Qt 6" OFF)
-
project(triage CXX C)
-if(NOT QT6)
- set(CMAKE_OSX_ARCHITECTURES x86_64)
-endif()
-
file(GLOB SOURCES
*.cpp
*.h)