mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected an erro re-introduced at some point with the CMake config file and missing quotes.
Bug was reported by Orion Poplawski, thanks!
This commit is contained in:
parent
36ccdd3e67
commit
1609386670
@ -23,7 +23,7 @@ SET (LIB_TYPE STATIC)
|
||||
IF (BUILD_SHARED_LIBS)
|
||||
SET(LIB_TYPE SHARED)
|
||||
IF(CMAKE_COMPILER_IS_GNUCC)
|
||||
SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fPIC)
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
ADD_DEFINITIONS()
|
||||
|
Loading…
Reference in New Issue
Block a user