We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebc7be commit f4dd7edCopy full SHA for f4dd7ed
1 file changed
CMakeLists.txt
@@ -42,7 +42,7 @@ if (WIN32)
42
set(SOURCE_FILES ${SOURCE_FILES}
43
src/webview/win32_wv2.cpp
44
)
45
- if (CMAKE_CXX_COMPILER STREQUAL "GNU")
+ if ("${CMAKE_CXX_COMPILER}" STREQUAL "GNU")
46
message("Adding stdc++ as library")
47
target_link_libraries(webui stdc++)
48
else()
0 commit comments