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 e105335 commit 47e90d6Copy full SHA for 47e90d6
CMakeLists.txt
@@ -36,7 +36,6 @@ target_include_directories(graphqlservice SYSTEM INTERFACE $<INSTALL_INTERFACE:i
36
target_include_directories(graphqlservice PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
37
38
if(UNIX)
39
- target_compile_options(graphqlpeg PRIVATE -std=c++11)
40
target_compile_options(graphqlservice PRIVATE -std=c++11)
41
target_compile_options(schemagen PRIVATE -std=c++11)
42
endif()
0 commit comments