From 2072eba07a4929b72dd10a6ee79226efe67d7f10 Mon Sep 17 00:00:00 2001 From: WrightNed <114073970+WrightNed@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:33:03 +0200 Subject: [PATCH] Update CMakeLists.txt Excluding separate installation of GraphQL library. --- external/graphqlparser/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/external/graphqlparser/CMakeLists.txt b/external/graphqlparser/CMakeLists.txt index ede39fb..024a1ac 100644 --- a/external/graphqlparser/CMakeLists.txt +++ b/external/graphqlparser/CMakeLists.txt @@ -121,8 +121,11 @@ INSTALL(FILES JsonVisitor.h ${BISON_LOCATION_HEADER} DESTINATION include/graphqlparser) + +if (0) INSTALL(TARGETS graphqlparser LIBRARY DESTINATION lib) +endif if (UNIX) # generate pkgconfig file