We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dd7ed commit 81cc0a6Copy full SHA for 81cc0a6
1 file changed
CMakeLists.txt
@@ -42,12 +42,12 @@ 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()
49
- message("Not a windows GNU target")
50
- endif()
+ #else()
+ # message("Not a windows GNU target")
+ #endif()
51
endif()
52
53
if (APPLE)
0 commit comments