Disable installation of enet headers and libraries (#1663)

This commit is contained in:
Arthur Kasimov 2023-09-22 09:16:23 +06:00 committed by GitHub
commit e2f59c521e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
# submodules
# moonlight common library
set(ENET_NO_INSTALL ON CACHE BOOL "Don't install any libraries build for enet")
add_subdirectory(third-party/moonlight-common-c/enet)
# web server