Skip to content

Commit 4ef88e9

Browse files
committed
build: more dir
1 parent 4b81bcd commit 4ef88e9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
cd test
5151
dir
5252
cd ..
53+
dir
5354
ctest -C Release --output-on-failure --no-tests=error
5455
5556
format:

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,5 @@ target_link_options(${PROJECT_NAME} PRIVATE
164164
# Post-build copy the EuroScope binary
165165
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
166166
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/../lib/EuroScopePlugInDll.dll" "${PROJECT_BINARY_DIR}/EuroScopePlugInDll.dll"
167-
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/../lib/EuroScopePlugInDll.dll" "${CMAKE_BINARY_DIR}/EuroScopePlugInDll.dll"
168167
COMMENT "Copied EuroScope shared library to ${PROJECT_BINARY_DIR}/EuroScopePlugInDll.dll"
169168
)

0 commit comments

Comments
 (0)