Skip to content

Commit 4399d9a

Browse files
committed
Make geos/main identical to upstream/master
1 parent 3e135eb commit 4399d9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎cmake/ecbuild_define_build_types.cmake‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ if( CMAKE_BUILD_TYPE_CAPS STREQUAL "RELWITHDEBINFO" )
4848
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING ${_BUILD_TYPE_MSG} FORCE )
4949
endif()
5050

51-
if( CMAKE_BUILD_TYPE_CAPS STREQUAL "AGGRESSIVE" )
52-
set(CMAKE_BUILD_TYPE Aggressive CACHE STRING ${_BUILD_TYPE_MSG} FORCE )
53-
endif()
54-
5551
# fail if build type is not one of the defined ones
5652
if( NOT CMAKE_BUILD_TYPE MATCHES "None" AND
5753
NOT CMAKE_BUILD_TYPE MATCHES "Debug" AND

0 commit comments

Comments
 (0)