You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the tests for Visual Studio, executing cmake to generate the necessary Visual Studio project files requires an elevated command prompt because of the use of mklink to create a hard link.
If this is changed to a junction in tests\CMakeLists.txt. e.g. mklink /d /j this shouldn't be necessary any longer.
The text was updated successfully, but these errors were encountered:
When building the tests for Visual Studio, executing cmake to generate the necessary Visual Studio project files requires an elevated command prompt because of the use of
mklink
to create a hard link.If this is changed to a junction in
tests\CMakeLists.txt
. e.g.mklink /d /j
this shouldn't be necessary any longer.The text was updated successfully, but these errors were encountered: