Update CMakeLists.txt
This commit is contained in:
parent
a72bb9f5fd
commit
5fadafd944
|
@ -489,8 +489,8 @@ if(${BUILD_GEOS})
|
|||
if(${TD_LINUX})
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS_REL}")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_REL}")
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
endif(${TD_LINUX})
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
option(BUILD_SHARED_LIBS "Build GEOS with shared libraries" OFF)
|
||||
add_subdirectory(geos EXCLUDE_FROM_ALL)
|
||||
target_include_directories(
|
||||
|
|
Loading…
Reference in New Issue