You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CMakeLists.txt
+1-26
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,6 @@ endif (NOT CMAKE_BUILD_TYPE)
37
37
38
38
OPTION (ENABLE_COVERAGE "Enable support for coverage analysis"OFF)
39
39
OPTION (DEBUG_FUNCTION_NAMES "Print function names on entry and exit"OFF)
40
-
# the shell based scripts got replaced by https://github.com/greenbone/greenbone-feed-sync/
41
-
OPTION (INSTALL_OLD_SYNC_SCRIPTS "Install shell based feed sync scripts"OFF)
42
-
if (INSTALL_OLD_SYNC_SCRIPTS)
43
-
message (DEPRECATION "The version of greenbone-feed-sync included in gvmd is deprecated in favor of the newer Python version (https://github.com/greenbone/greenbone-feed-sync/) and will be removed in the next major version.")
44
-
endif (INSTALL_OLD_SYNC_SCRIPTS)
45
40
46
41
## Retrieve git revision (at configure time)
47
42
include (GetGit)
@@ -69,7 +64,7 @@ if (PROJECT_DEV_VERSION)
69
64
set (PROJECT_VERSION_SUFFIX "~dev${PROJECT_DEV_VERSION}")
0 commit comments