There was an error while loading. Please reload this page.
1 parent 3e135eb commit 4399d9aCopy full SHA for 4399d9a
cmake/ecbuild_define_build_types.cmake
@@ -48,10 +48,6 @@ if( CMAKE_BUILD_TYPE_CAPS STREQUAL "RELWITHDEBINFO" )
48
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING ${_BUILD_TYPE_MSG} FORCE )
49
endif()
50
51
-if( CMAKE_BUILD_TYPE_CAPS STREQUAL "AGGRESSIVE" )
52
- set(CMAKE_BUILD_TYPE Aggressive CACHE STRING ${_BUILD_TYPE_MSG} FORCE )
53
-endif()
54
-
55
# fail if build type is not one of the defined ones
56
if( NOT CMAKE_BUILD_TYPE MATCHES "None" AND
57
NOT CMAKE_BUILD_TYPE MATCHES "Debug" AND
0 commit comments