Skip to content

Commit ea0f00c

Browse files
committed
Remove debug output
1 parent 879af9e commit ea0f00c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Create test with dependencies
99
macro(swig_fortran_add_test TESTNAME)
1010
add_executable(${TESTNAME}.exe ${TESTNAME}.F90)
11-
message("Linking ${TESTNAME} against ${ARGN}")
1211
target_link_libraries(${TESTNAME}.exe ${ARGN})
1312
add_test(NAME ${TESTNAME} COMMAND ${TESTNAME}.exe)
1413
endmacro()

0 commit comments

Comments
 (0)