mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
BUG: Fix CMake syntax for Cygwin plugin prefix/suffix
This commit is contained in:
parent
ff5a18d822
commit
1770b753a3
@ -9,7 +9,7 @@ set(CMAKE_BUILD_TYPE "")
|
||||
if(WIN32)
|
||||
set(PLUGINEXT "dll")
|
||||
set(PLUGINPRE "__nc")
|
||||
elif(CYGWIN)
|
||||
elseif(CYGWIN)
|
||||
set(PLUGINEXT "dll")
|
||||
set(PLUGINPRE "lib__nc")
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user