Skip to content

Commit

Permalink
CMakeLists: drop unneeded common_no_lkl library
Browse files Browse the repository at this point in the history
  • Loading branch information
atrosinenko committed Jan 6, 2024
1 parent 4cc6d71 commit 61bd965
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ target_link_libraries(common_lib base)
if (USE_LKL)
target_compile_definitions(common_lib PUBLIC -DUSE_LKL)
target_link_libraries(common_lib lkl)

add_library(common_no_lkl STATIC ${COMMON_LIB_SOURCES})
target_link_libraries(common_no_lkl base)
else()
add_library(common_no_lkl ALIAS common_lib)
endif()

set(LKL_INHIBIT_LINK_TIME_ASSERTIONS OFF CACHE BOOL "Inhibit link-time assertions in LKL")
Expand Down

0 comments on commit 61bd965

Please sign in to comment.