diff options
author | Adam <Adam@anope.org> | 2014-07-22 16:33:07 -0400 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-07-23 13:05:29 +0200 |
commit | 9c285d9546ea5b99a5ae1ac5186206308ca2d38f (patch) | |
tree | 826d35c3e63f785c363ae49602ed995c318a3d07 /win/modules | |
parent | bc51c8e4da14f405d6d6220a4453a58ebde580c6 (diff) |
Update Windows build scripts for the recent build sys changes
Diffstat (limited to 'win/modules')
-rw-r--r-- | win/modules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/modules/CMakeLists.txt b/win/modules/CMakeLists.txt index b3e59de61..2c2617e2b 100644 --- a/win/modules/CMakeLists.txt +++ b/win/modules/CMakeLists.txt @@ -38,5 +38,5 @@ foreach(MODULE_NAME ${INSPIRCD_MODULES}) )
# Set the module to be installed to the module directory
- install(TARGETS ${SO_NAME} DESTINATION modules)
+ install(TARGETS ${SO_NAME} DESTINATION ${MODULE_DIR})
endforeach(MODULE_NAME ${INSPIRCD_MODULES})
|