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 b2fdd96 commit 83ebb22Copy full SHA for 83ebb22
1 file changed
CMakeLists.txt
@@ -68,6 +68,7 @@ configure_file("src/compile_options.h.in"
68
"include/ur_client_library/compile_options.h")
69
70
if(MSVC)
71
+ target_compile_options(urcl PUBLIC /Zc:lambda)
72
target_link_libraries(urcl ws2_32)
73
else()
74
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
0 commit comments