Changeset: 98d8567c3987 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/98d8567c3987
Modified Files:
        cmake/monetdb-options.cmake
Branch: Aug2024
Log Message:

default TAGS option to off


diffs (12 lines):

diff --git a/cmake/monetdb-options.cmake b/cmake/monetdb-options.cmake
--- a/cmake/monetdb-options.cmake
+++ b/cmake/monetdb-options.cmake
@@ -95,7 +95,7 @@ option(STRICT
 
 option(TAGS
   "Enable tags usage (ctags and/or cscope) )"
-  "${DEVELOPMENT}")
+  OFF)
 
 option(ASSERT
   "Enable asserts (default=ON for development sources, OFF for tarball 
installation)"
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to