Skip to content

Commit

Permalink
cmake: remove duplicate MinSizeRel option (#291)
Browse files Browse the repository at this point in the history
I want to see if the Alma9 CI is working

---------

Co-authored-by: Andrei Gheata <[email protected]>
  • Loading branch information
andresailer and agheata authored Jun 4, 2024
1 parent fdfa189 commit 92851f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES)
set(__DEFAULT_CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}")
endif()
set(CMAKE_BUILD_TYPE "${__DEFAULT_CMAKE_BUILD_TYPE}"
CACHE STRING "Choose the type of build, options are: None Release MinSizeRel Debug RelWithDebInfo MinSizeRel."
CACHE STRING "Choose the type of build, options are: None Release MinSizeRel Debug RelWithDebInfo."
FORCE
)
endif()
Expand Down
1 change: 0 additions & 1 deletion include/AdePT/base/ArgParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

#include <AdePT/copcore/Global.h>

#include <algorithm>
#include <iostream>

Expand Down

0 comments on commit 92851f7

Please sign in to comment.