Skip to content

Commit

Permalink
Merge pull request #88 from JCSDA/feature/quiet_test_dir_linker_output
Browse files Browse the repository at this point in the history
Quiet linker output when linking test execs
  • Loading branch information
chengdang authored Oct 10, 2023
2 parents ca1e338 + e34ea2a commit f8f7709
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ list( APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake )
set( CMAKE_DIRECTORY_LABELS ${PROJECT_NAME} )

# macro to create a symlink from src to dst
set(CMAKE_VERBOSE_MAKEFILE ON)

function(CREATE_SYMLINK src dst)
foreach (FILENAME ${ARGN})
execute_process( COMMAND ${CMAKE_COMMAND} -E create_symlink
Expand Down

0 comments on commit f8f7709

Please sign in to comment.