Mercurial > trustbridge
diff ui/tests/CMakeLists.txt @ 580:cf7e82e91875
Do not fail when creating the link fails. Just warn.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 27 May 2014 10:29:05 +0000 |
parents | aee3eb10bbba |
children | 2fd4f9980a2a |
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt Tue May 27 10:28:36 2014 +0000 +++ b/ui/tests/CMakeLists.txt Tue May 27 10:29:05 2014 +0000 @@ -99,7 +99,7 @@ RESULT_VARIABLE result ERROR_VARIABLE output) if (NOT ${result} EQUAL 0) - message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}") + message(STATUS "Could not create symbolic link for: ${target} --> ${output}. NSS Test might fail.") endif() endif() endif()