File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ project(pymor_dealii)
44
55# Set a default build configuration if none is specified. 'MinSizeRel' produces the smallest binaries
66if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES )
7- message (STATUS "Setting build type to 'MinSizeRel' as none was specified." )
8- set (CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "Choose the type of build." FORCE)
9- set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release"
10- "MinSizeRel" "RelWithDebInfo" )
7+ message (STATUS "Setting build type to 'RelWithDebInfo' as none was specified." )
8+ set (CMAKE_BUILD_TYPE RelWithDebInfo STRING "Choose the type of build." FORCE)
119endif ()
1210# Add a CMake parameter for choosing a desired Python version
1311set (PYBIND11_PYTHON_VERSION "3" CACHE STRING "Python version to use for compiling the example library" )
You can’t perform that action at this time.
0 commit comments