We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ff212 commit c1afaf7Copy full SHA for c1afaf7
1 file changed
src/CMakeLists.txt
@@ -134,6 +134,9 @@ message( " LAMBDA_STATIC_BUILD ${LAMBDA_STATIC_BUILD}")
134
message(STATUS "Run 'cmake -LH' to get a comment on each option.")
135
message(STATUS "Remove CMakeCache.txt and re-run cmake with -DOPTIONNAME=ON|OFF to change an option.")
136
137
+# deactivate the version check until all issues are resolved
138
+add_definitions (-DSEQAN_DISABLE_VERSION_CHECK="YES")
139
+
140
# ----------------------------------------------------------------------------
141
# Compiler specifics
142
0 commit comments