Skip to content

Commit

Permalink
Quiet linker output when linking test execs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmahebert committed Oct 9, 2023
1 parent ca1e338 commit e34ea2a
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 e34ea2a

Please sign in to comment.