Update CMakeLists.txt

This commit is contained in:
Cary Xu 2023-06-14 22:45:13 +08:00 committed by GitHub
parent a72bb9f5fd
commit 5fadafd944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(