mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Cygwin, set proper installation prefix, but don't force (#513)
This commit is contained in:
parent
cc256a657e
commit
c3340c994a
@ -36,8 +36,10 @@ if (NOT DEFINED LIB_INSTALL_DIR)
|
||||
endif ()
|
||||
|
||||
if (CYGWIN)
|
||||
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
||||
set (CMAKE_INSTALL_PREFIX /usr)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# We need C++ 11
|
||||
if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.0)
|
||||
|
Loading…
Reference in New Issue
Block a user