1############################################################################
2#
3# CMake configuration file for Cygwin platform
4#
5############################################################################
6
7############################################################################
8# BLAS, LAPACK libraries assumed to be installed in /usr/lib64 on RHEL6
9#
10#set( BLAS_LIBS
11#      "/usr/lib64"
12#      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
13#set( LAPACK_LIBS
14#      "/usr/lib64"
15#      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
16############################################################################
17
18# BMA: Not sure this is the right place to make these settings...
19set( DAKOTA_HAVE_MPI OFF
20     CACHE BOOL "Cygwin is serial build")
21
22# Use shared libraries and don't use static
23set(BUILD_STATIC_LIBS TRUE  CACHE BOOL "Build static libs?")
24set(BUILD_SHARED_LIBS FALSE CACHE BOOL "Build shared libs?")
25
26