This behaviour was lost when giving up the "seqan build system".
Add:
if (NOTCMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release CACHESTRING"Choose the type of build, options are: Debug Release RelWithDebInfo ..."FORCE)
endif (NOTCMAKE_BUILD_TYPE)
see also #70
This behaviour was lost when giving up the "seqan build system".
Add:
see also #70