Skip to content

Commit 4d88af4

Browse files
committed
Use the regular lexy target
1 parent f19b357 commit 4d88af4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ target_link_libraries(${BTCPP_LIBRARY}
183183
PRIVATE
184184
Threads::Threads
185185
${CMAKE_DL_LIBS}
186-
$<BUILD_INTERFACE:foonathan::lexy>
186+
foonathan::lexy
187187
minitrace::minitrace
188188
tinyxml2::tinyxml2
189189
minicoro::minicoro
@@ -200,7 +200,6 @@ target_include_directories(${BTCPP_LIBRARY}
200200
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
201201
$<INSTALL_INTERFACE:include>
202202
PRIVATE
203-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lexy/include>
204203
${BTCPP_EXTRA_INCLUDE_DIRS}
205204
)
206205

0 commit comments

Comments
 (0)