We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecea287 commit c104426Copy full SHA for c104426
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(saucer-desktop LANGUAGES CXX VERSION 4.0.2)
+project(saucer-desktop LANGUAGES CXX VERSION 4.1.0)
3
4
# --------------------------------------------------------------------------------------------------------
5
# Setup Library
@@ -54,7 +54,7 @@ target_sources(${PROJECT_NAME} PRIVATE
54
# Setup Backends
55
56
57
-if (saucer_backend MATCHES "^Qt.$")
+if (saucer_backend STREQUAL "Qt")
58
file(GLOB qt_sources
59
"src/qt.*cpp"
60
)
0 commit comments