mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
Update CMakeLists.txt
Excluding separate installation of GraphQL library.
This commit is contained in:
3
external/graphqlparser/CMakeLists.txt
vendored
3
external/graphqlparser/CMakeLists.txt
vendored
@@ -121,8 +121,11 @@ INSTALL(FILES
|
|||||||
JsonVisitor.h
|
JsonVisitor.h
|
||||||
${BISON_LOCATION_HEADER}
|
${BISON_LOCATION_HEADER}
|
||||||
DESTINATION include/graphqlparser)
|
DESTINATION include/graphqlparser)
|
||||||
|
|
||||||
|
if (0)
|
||||||
INSTALL(TARGETS graphqlparser
|
INSTALL(TARGETS graphqlparser
|
||||||
LIBRARY DESTINATION lib)
|
LIBRARY DESTINATION lib)
|
||||||
|
endif
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
# generate pkgconfig file
|
# generate pkgconfig file
|
||||||
|
Reference in New Issue
Block a user