Skip to content

Commit

Permalink
[INTERNAL] deactivate version check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jan 6, 2017
1 parent 16ff212 commit c1afaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ message( " LAMBDA_STATIC_BUILD ${LAMBDA_STATIC_BUILD}")
message(STATUS "Run 'cmake -LH' to get a comment on each option.")
message(STATUS "Remove CMakeCache.txt and re-run cmake with -DOPTIONNAME=ON|OFF to change an option.")

# deactivate the version check until all issues are resolved
add_definitions (-DSEQAN_DISABLE_VERSION_CHECK="YES")

# ----------------------------------------------------------------------------
# Compiler specifics
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit c1afaf7

Please sign in to comment.