Code

Cmake: added windows path to find modules.
[inkscape.git] / CMakeScripts / FindGSL.cmake
index edadc52bd84f1d6a61fa4995b4c9e052dc56a8e5..0297f7375f2a75b03492c318c380096abe437e8f 100644 (file)
@@ -38,6 +38,7 @@ else (GSL_LIBRARIES AND GSL_INCLUDE_DIRS)
       /usr/local/include
       /opt/local/include
       /sw/include
+      $ENV{DEVLIBS_PATH}//include//
     PATH_SUFFIXES
       gsl
   )