Skip to content

Commit 3eeea12

Browse files
lib: miniz: only require a C compiler
Commit richgel999/miniz@05ab4dc "Add some catch2 tests" dropped that C flag, but should instead only have added a simple enable_language call for the tests only. Upstream: richgel999/miniz@383e551 Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent 1d68dfc commit 3eeea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/miniz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(DEFINED PROJECT_NAME)
77
endif()
88

99
if(CMAKE_MINOR_VERSION LESS 12)
10-
project(miniz)
10+
project(miniz C)
1111
# see issue https://gitlab.kitware.com/cmake/cmake/merge_requests/1799
1212
else()
1313
project(miniz C)

0 commit comments

Comments
 (0)