Skip to content

Commit

Permalink
DTNN-653 Functional test cmake fix 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gb committed Aug 6, 2024
1 parent 710cabd commit 8aaf205
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ut-functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_executable(functional-bplib_sanity-testrunner
sanity-test.c
)

target_compile_features(functional-bplib_sanity-testrunner PUBLIC c_std_99)
#target_compile_features(functional-bplib_sanity-testrunner PUBLIC c_std_99)
#target_compile_options(functional-bplib_sanity-testrunner PUBLIC ${BPLIB_COMMON_COMPILE_OPTIONS})

target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
Expand All @@ -24,8 +24,8 @@ target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
add_test(functional-bplib_sanity-testrunner functional-bplib_sanity-testrunner)

# Install the executables to a staging area for test in cross environments
if (INSTALL_TARGET_LIST)
foreach(TGT ${INSTALL_TARGET_LIST})
install(TARGETS functional-bplib_sanity-testrunner DESTINATION ${TGT}/${UT_INSTALL_SUBDIR})
endforeach()
endif()
# if (INSTALL_TARGET_LIST)
# foreach(TGT ${INSTALL_TARGET_LIST})
# install(TARGETS functional-bplib_sanity-testrunner DESTINATION ${TGT}/${UT_INSTALL_SUBDIR})
# endforeach()
# endif()

0 comments on commit 8aaf205

Please sign in to comment.