Browse Source

Fix c6's copy pasta (it was pointing to socklynx instead of this repo)

Matt Coburn 6 years ago
parent
commit
5261fe2628
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MSBuild/CMake/CMake.Build.targets

+ 2 - 2
MSBuild/CMake/CMake.Build.targets

@@ -112,14 +112,14 @@ CMakeHelpLink - link to repo or other magical site when error occurs
     <Target Name="CMakeCleanFailed">
         <Warning Text="CMake -- the most common cause of CMake clean errors is file locking (eg. windows console in the build dir)" />
         <Warning Text="CMake -- please unlock or reboot and try cleaning again before filing an issue on github:" />
-        <Warning Text="CMake -- https://github.com/cburns/socklynx" />
+        <Warning Text="CMake -- https://github.com/SoftwareGuy/ENet-CSharp" />
         <Error Text="CMake -- build failed: $(CMakeProjName)" />
     </Target>
 
     <Target Name="CMakeBuildFailed">
         <Warning Text="CMake -- the most common cause of CMake build errors is changing config without cleaning" />
         <Warning Text="CMake -- please try cleaning and building again before filing an issue on github:" />
-        <Warning Text="CMake -- https://github.com/cburns/socklynx" />
+        <Warning Text="CMake -- https://github.com/SoftwareGuy/ENet-CSharp" />
         <Error Text="CMake -- build failed: $(CMakeProjName)" />
     </Target>