We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40a48a commit 2dee8a8Copy full SHA for 2dee8a8
1 file changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(saucer-loop LANGUAGES CXX VERSION 2.0.0)
+project(saucer-loop LANGUAGES CXX VERSION 2.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
"src/noop.*cpp"
0 commit comments