Skip to content

Commit

Permalink
On '1.7.x' branch: Merge r1920040 from trunk
Browse files Browse the repository at this point in the history
  Follow-up to r1903912: Fix error message text.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920045 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 19, 2024
1 parent b419790 commit 3eba07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ IF(NOT APR_BUILD_SHARED AND NOT APR_BUILD_STATIC)
ENDIF()

IF(NOT APR_BUILD_STATIC AND TEST_STATIC_LIBS)
MESSAGE(FATAL_ERROR "APR_BUILD_STATIC have been disabled, but TEST_STATIC_LIBS is enabled")
MESSAGE(FATAL_ERROR "APR_BUILD_STATIC has been disabled, but TEST_STATIC_LIBS is enabled")
ENDIF()

# create 1-or-0 representation of feature tests for apr.h
Expand Down

0 comments on commit 3eba07d

Please sign in to comment.