Skip to content

Commit

Permalink
DTNN-653 Functional test cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gb committed Aug 6, 2024
1 parent d11db7f commit d211b41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ut-functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
# Add executable
add_executable(functional-bplib_sanity-testrunner
sanity-test.c
$<TARGET_OBJECTS:bplib>
)

target_compile_features(functional-bplib_sanity-testrunner PUBLIC c_std_99)
Expand All @@ -23,7 +22,7 @@ target_include_directories(functional-bplib_sanity-testrunner PUBLIC
)

target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
#bplib
bplib
ut_assert
osal
)
Expand Down

0 comments on commit d211b41

Please sign in to comment.