Skip to content

Commit afd8cdb

Browse files
committed
minor change to error messages
1 parent 0b56a14 commit afd8cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ option(APR_DENOISE "enable denoising code" OFF)
2525

2626
# Validation of options
2727
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!")
28+
message(FATAL_ERROR "At least one target: APR_BUILD_SHARED_LIB or APR_BUILD_STATIC_LIB must be enabled")
2929
endif()
3030
if (NOT APR_USE_LIBTIFF)
3131
if (APR_TESTS OR APR_BUILD_EXAMPLES)
32-
message(FATAL_ERROR "Building tests orexamples not possible when APR_USE_LIBTIFF=OFF!")
32+
message(FATAL_ERROR "Building tests or examples is not possible when APR_USE_LIBTIFF=OFF")
3333
endif()
3434
endif()
3535

0 commit comments

Comments
 (0)