diff options
| author | Josh F <josh@vector35.com> | 2022-05-04 17:32:09 -0400 |
|---|---|---|
| committer | Josh F <josh@vector35.com> | 2022-05-04 17:32:09 -0400 |
| commit | f74e3f75e28d435f0b426e7e54b8a31cafda1a12 (patch) | |
| tree | 0b4e14a8848bfce234fdc41835e7fa41d22c0502 /examples/uinotification/CMakeLists.txt | |
| parent | df0d85ebe34e2e1f02537e44b8259f9cda3c8147 (diff) | |
Remove remaining traces of qt5
Diffstat (limited to 'examples/uinotification/CMakeLists.txt')
| -rw-r--r-- | examples/uinotification/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt index 47a1659b..e99a95b8 100644 --- a/examples/uinotification/CMakeLists.txt +++ b/examples/uinotification/CMakeLists.txt @@ -1,13 +1,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) -option(QT6 "Target Qt 6" OFF) - project(uinotification CXX C) -if(NOT QT6) - set(CMAKE_OSX_ARCHITECTURES x86_64) -endif() - file(GLOB SOURCES *.cpp *.h) |
