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 fd5766a commit bf1d9b2Copy full SHA for bf1d9b2
Examples/CMakeLists.txt
@@ -36,14 +36,14 @@ if (ANDROID)
36
elseif (APPLE_IOS)
37
#add_example(iOS)
38
elseif (EMSCRIPTEN)
39
- if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.13)
+ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.13")
40
add_example(Emscripten/Cxx/AsyncClipper)
41
add_example(Emscripten/Cxx/Cone)
42
add_example(Emscripten/Cxx/ConeFullScreen)
43
add_example(Emscripten/Cxx/MultiCone)
44
add_example(Emscripten/Cxx/WrappedAsyncClipper)
45
add_example(Emscripten/Cxx/WrappedMace)
46
- endif()
+ endif ()
47
else ()
48
add_example(AMR/Cxx)
49
add_example(Annotation/Cxx/LabeledMesh)
0 commit comments