Skip to content

Commit

Permalink
[BugFix] Fix bad POCO include path (#51207)
Browse files Browse the repository at this point in the history
Signed-off-by: Binglin Chang <[email protected]>
  • Loading branch information
decster authored Sep 20, 2024
1 parent 7fd1582 commit 1edc42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ include_directories(${AWSSDK_INCLUDE_DIRS})

set(Poco_ROOT_DIR ${THIRDPARTY_DIR})
find_package(Poco REQUIRED COMPONENTS Net NetSSL)
include_directories(&{Poco_INCLUDE_DIRS})
include_directories(${Poco_INCLUDE_DIRS})

add_library(libevent STATIC IMPORTED)
set_target_properties(libevent PROPERTIES IMPORTED_LOCATION ${THIRDPARTY_DIR}/lib/libevent.a)
Expand Down

0 comments on commit 1edc42b

Please sign in to comment.