From e72d6586ee4708529031a2d702197a25faebe874 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Thu, 13 Apr 2017 14:52:59 +0200 Subject: [PATCH] Corrected documentation of waLBerla_link_files_to_builddir --- cmake/waLBerlaFunctions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/waLBerlaFunctions.cmake b/cmake/waLBerlaFunctions.cmake index f407ee345..2bd75e087 100644 --- a/cmake/waLBerlaFunctions.cmake +++ b/cmake/waLBerlaFunctions.cmake @@ -254,7 +254,7 @@ endfunction ( waLBerla_compile_test ) # app or test folder: # waLBerla_link_files_to_builddir( "*.prm" ) # -# Symlinking works only under linux, when using windows nothing happens.. +# Symlinking works only under linux, on windows the files are copied. For in-source builds this does nothing. # ####################################################################################################################### -- GitLab