Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make default CMAKE_BUILD_TYPE == RELEASE #71

Closed
h-2 opened this issue Oct 13, 2016 · 1 comment
Closed

make default CMAKE_BUILD_TYPE == RELEASE #71

h-2 opened this issue Oct 13, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@h-2
Copy link
Member

h-2 commented Oct 13, 2016

This behaviour was lost when giving up the "seqan build system".

Add:

if (NOT CMAKE_BUILD_TYPE)
    set (CMAKE_BUILD_TYPE Release CACHE STRING
         "Choose the type of build, options are: Debug Release RelWithDebInfo ..."
         FORCE)
endif (NOT CMAKE_BUILD_TYPE)

see also #70

@h-2 h-2 added the bug label Oct 13, 2016
@h-2 h-2 added this to the 1.0.1 milestone Oct 13, 2016
@h-2 h-2 self-assigned this Oct 13, 2016
@h-2
Copy link
Member Author

h-2 commented Oct 19, 2016

via e99a1a1

@h-2 h-2 closed this as completed Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant