Skip to content

Commit c1afaf7

Browse files
committed
[INTERNAL] deactivate version check for now
1 parent 16ff212 commit c1afaf7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ message( " LAMBDA_STATIC_BUILD ${LAMBDA_STATIC_BUILD}")
134134
message(STATUS "Run 'cmake -LH' to get a comment on each option.")
135135
message(STATUS "Remove CMakeCache.txt and re-run cmake with -DOPTIONNAME=ON|OFF to change an option.")
136136

137+
# deactivate the version check until all issues are resolved
138+
add_definitions (-DSEQAN_DISABLE_VERSION_CHECK="YES")
139+
137140
# ----------------------------------------------------------------------------
138141
# Compiler specifics
139142
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)