Skip to content

Commit

Permalink
Reduce output noise from cmake create_symbolic_link macro (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 21, 2017
1 parent 45ca918 commit 87a6547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/scripts/create_symbolic_link.bat
Expand Up @@ -2,5 +2,5 @@
::
:: Distributed under the Boost Software License, Version 1.0. (See accompanying
:: file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

mklink /J "%1" "%2"
::
@mklink /J "%1" "%2" > NUL

0 comments on commit 87a6547

Please sign in to comment.