Skip to content

Commit

Permalink
More CI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Sep 26, 2023
1 parent 447aad9 commit 4458516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ install(
cmake/opendds_testing.cmake
cmake/tao_group.cmake
cmake/tao_idl_sources.cmake
cmale/opendds_version.cmake
"${config_cmake}"
DESTINATION "${cmake_dest}"
)
Expand Down
2 changes: 1 addition & 1 deletion tests/cmake/ace_tao_only/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ add_executable(${client} ${client_files})
set_target_properties(${client} PROPERTIES OUTPUT_NAME MessengerClient)
target_link_libraries(${client} ${idl})

opendds_add_test(COMMAND perl run_test.pl)
opendds_add_test(COMMAND perl run_test.pl $<$<BOOL:$<CONFIG>>:-ExeSubDir> $<CONFIG>)

_opendds_restore_cache()

0 comments on commit 4458516

Please sign in to comment.