mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
fuzzers|cmake: Enable C++ for EXPAT_BUILD_FUZZERS
This commit is contained in:
parent
b1d40decd9
commit
c87f28da40
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ if(NOT _EXPAT_HELP)
|
|||
mark_as_advanced(_EXPAT_M32)
|
||||
endif()
|
||||
|
||||
if(EXPAT_BUILD_TESTS)
|
||||
if(EXPAT_BUILD_TESTS OR EXPAT_BUILD_FUZZERS)
|
||||
# We have to call enable_language() before modifying any CMAKE_CXX_* variables
|
||||
enable_language(CXX)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue