Skip to content

Commit

Permalink
CMake: Remove APR_INCLUDE_DIR from global include directories because we
Browse files Browse the repository at this point in the history
link with APR via imported targets and they set include directories
automatically.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920662 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 322f45c commit dc6dd43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ SET(APR_INCLUDE_DIRECTORIES
${PROJECT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}/include/private
${APR_INCLUDE_DIR}
)

INCLUDE_DIRECTORIES(${APR_INCLUDE_DIRECTORIES})
Expand Down

0 comments on commit dc6dd43

Please sign in to comment.