Skip to content

Commit 47e90d6

Browse files
authored
Fix UNIX compile options
I removed the `graphqlpeg` library as a separate target, but I still had compile options set for it on UNIX.
1 parent e105335 commit 47e90d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ target_include_directories(graphqlservice SYSTEM INTERFACE $<INSTALL_INTERFACE:i
3636
target_include_directories(graphqlservice PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
3737

3838
if(UNIX)
39-
target_compile_options(graphqlpeg PRIVATE -std=c++11)
4039
target_compile_options(graphqlservice PRIVATE -std=c++11)
4140
target_compile_options(schemagen PRIVATE -std=c++11)
4241
endif()

0 commit comments

Comments
 (0)