This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5617 Don't copy plugins directory on Windows

  • Loading branch information...
nlyan committed Oct 3, 2016
1 parent 912ed9b commit 176d7e47257d8553f78c0509c8f416631aaef47c
Showing with 0 additions and 7 deletions.
  1. +0 −7 src/lib/net/CMakeLists.txt
@@ -35,13 +35,6 @@ endif()
add_library(net STATIC ${sources})
if (WIN32)
- add_custom_command(
- TARGET net
- POST_BUILD
- COMMAND xcopy /Y /Q
- ..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\ns.*
- ..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\plugins\\
- )
add_custom_command(
TARGET net
POST_BUILD

0 comments on commit 176d7e4

Please sign in to comment.