We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4bd7f commit f5d479fCopy full SHA for f5d479f
1 file changed
CMakeLists.txt
@@ -34,7 +34,7 @@ option (DEMO3_BUILD_EXAMPLES "Build examples." ON)
34
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
35
36
set (DEMO3_VERSION "3.0.3")
37
-set (DEMO3_MIN_COMMSDSL_VERSION "7.0.3")
+set (DEMO3_MIN_COMMSDSL_VERSION "7.1")
38
39
if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND
40
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))
0 commit comments