diff options
| author | Bill Avery <wravery@users.noreply.github.com> | 2019-04-23 15:19:51 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-04-23 17:19:51 -0500 |
| commit | 858b2973327b634872ae61f0bfeedc0fb762dde9 (patch) | |
| tree | a7f2d055c874bbcddd292af505706d61cd83af46 /ports/cppgraphqlgen/bigobj.patch | |
| parent | 10283463215417ec006543c4aa5ced65c449061b (diff) | |
| download | vcpkg-858b2973327b634872ae61f0bfeedc0fb762dde9.tar.gz vcpkg-858b2973327b634872ae61f0bfeedc0fb762dde9.zip | |
[cppgraphqlgen] Update cppgraphqlgen and PEGTL to 3.0.0 (#6162)
Upgrade PEGTL to 3.0.0-prerelease
Update cppgraphqlgen to 3.0.0
Add pegtl-2 port
Diffstat (limited to 'ports/cppgraphqlgen/bigobj.patch')
| -rw-r--r-- | ports/cppgraphqlgen/bigobj.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/cppgraphqlgen/bigobj.patch b/ports/cppgraphqlgen/bigobj.patch deleted file mode 100644 index 396dd58e6..000000000 --- a/ports/cppgraphqlgen/bigobj.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- CMakeLists.txt.orig 2019-04-11 10:26:38.546721500 -0500 -+++ CMakeLists.txt 2019-04-11 10:27:19.863951400 -0500 -@@ -34,6 +34,9 @@ add_executable(schemagen - GraphQLTree.cpp - GraphQLResponse.cpp - SchemaGenerator.cpp) -+if(MSVC) -+ set_source_files_properties(GraphQLTree.cpp PROPERTIES COMPILE_FLAGS /bigobj) -+endif() - target_link_libraries(schemagen PRIVATE taocpp::pegtl) - target_include_directories(schemagen PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/include) |
