mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Update CMakeLists.txt
Excluding separate installation of GraphQL library.
This commit is contained in:
parent
1f24c12a34
commit
2072eba07a
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user