Skip to content

Commit

Permalink
[CBRD-24627] Add LZ4 and RE2 to EP_TARGETS in CMake (CUBRID#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgryoo authored Jan 20, 2023
1 parent 08e2baf commit a6e638b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ else()
"${LZ4_BYPRODUCTS}"
)
endif()
list(APPEND EP_TARGETS ${LZ4_TARGET})
list(APPEND EP_LIBS ${LZ4_LIBS})
list(APPEND EP_INCLUDES ${LZ4_INCLUDES})

Expand Down Expand Up @@ -1250,6 +1251,7 @@ else(WITH_RE2 STREQUAL "EXTERNAL")
message(FATAL_ERROR "Invalid WITH_RE2 option value ${WITH_RE2}")
endif()
# add to external project targets
list(APPEND EP_TARGETS ${RE2_TARGET})
list(APPEND EP_LIBS ${RE2_LIBS})
list(APPEND EP_INCLUDES ${RE2_INCLUDES})

Expand Down

0 comments on commit a6e638b

Please sign in to comment.