Skip to content

Commit e4230a8

Browse files
lib: nghttp2: CMakeLists.txt: do not require a CXX compiler
Upstream: nghttp2/nghttp2@d9d2661 Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent f1ec3b7 commit e4230a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nghttp2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
cmake_minimum_required(VERSION 3.0)
2626
# XXX using 1.8.90 instead of 1.9.0-DEV
27-
project(nghttp2 VERSION 1.58.90)
27+
project(nghttp2 VERSION 1.58.90 LANGUAGES C)
2828

2929
# See versioning rule:
3030
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

0 commit comments

Comments
 (0)