We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b56a14 commit afd8cdbCopy full SHA for afd8cdb
CMakeLists.txt
@@ -25,11 +25,11 @@ option(APR_DENOISE "enable denoising code" OFF)
25
26
# Validation of options
27
if (NOT APR_BUILD_SHARED_LIB AND NOT APR_BUILD_STATIC_LIB)
28
- message(FATAL_ERROR "At least one target: APR_BUILD_SHARED_LIB or APR_BUILD_STATIC_LIB must be build!")
+ message(FATAL_ERROR "At least one target: APR_BUILD_SHARED_LIB or APR_BUILD_STATIC_LIB must be enabled")
29
endif()
30
if (NOT APR_USE_LIBTIFF)
31
if (APR_TESTS OR APR_BUILD_EXAMPLES)
32
- message(FATAL_ERROR "Building tests orexamples not possible when APR_USE_LIBTIFF=OFF!")
+ message(FATAL_ERROR "Building tests or examples is not possible when APR_USE_LIBTIFF=OFF")
33
34
35
0 commit comments