You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
This behaviour was lost when giving up the "seqan build system".
Add:
see also #70
The text was updated successfully, but these errors were encountered: