commit 01326eab218ba8d8e15f8c042008865858fb6cc1 parent 6c5e847b1af42518beaff2b04bf35fa29c862d73 Author: vaplv <vaplv@free.fr> Date: Sun, 9 Feb 2014 17:04:33 +0100 Adjust cmake config script for windows support Diffstat:
| M | cmake/config/RSysConfig.cmake.in | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/config/RSysConfig.cmake.in b/cmake/config/RSysConfig.cmake.in @@ -6,8 +6,8 @@ include(FindPackageHandleStandardArgs) find_path(RSYS_INCLUDE_DIRS rsys/rsys.h) -find_library(RSYS_LIBRARIES rsys) -find_library(RSYS_LIBRARIES_DEBUG rsys@CMAKE_DEBUG_POSTFIX@) +find_library(RSYS_LIBRARIES rsys PATHS bin) +find_library(RSYS_LIBRARIES_DEBUG rsys@CMAKE_DEBUG_POSTFIX@ PATHS bin) if(RSYS_FIND_COMPONENTS) set(_rsys RSYS)