summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorgnieboer <gnieboer@corpcomm.net>2018-03-16 18:07:09 -0400
committerMarcus Müller <marcus@hostalia.de>2018-03-22 22:02:55 +0100
commitc26c19d65938e1777dfbf25a9ae40e73cfc8d703 (patch)
treebb345ddee4f3bb5c1e2d83de868a160b2877678a /cmake
parentcb866308b931d0cf4fc153ad834889dde26ada0c (diff)
gr-fec: define GSL_LDFLAGS for Win32
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindGSL.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/FindGSL.cmake b/cmake/Modules/FindGSL.cmake
index 7b8c6cdb64..d1736d7e2f 100644
--- a/cmake/Modules/FindGSL.cmake
+++ b/cmake/Modules/FindGSL.cmake
@@ -51,6 +51,7 @@ if( WIN32 AND NOT CYGWIN AND NOT MSYS )
endif( GSL_CBLAS_LIBRARY )
set( GSL_LIBRARIES ${GSL_LIBRARY} ${GSL_CBLAS_LIBRARY} )
+ set( GSL_LDFLAGS ${GSL_LIBRARIES} )
endif( GSL_INCLUDE_DIRS )
mark_as_advanced(