commit 376b5ca: [Minor] Oops, exclude from `all` target

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Mar 13 15:07:04 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-03-13 15:00:40 +0000
URL: https://github.com/rspamd/rspamd/commit/376b5cac00888b7d3203f2c3e5611b0d25044c6b

[Minor] Oops, exclude from `all` target

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32a796276..9e5fb9ece 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1415,7 +1415,7 @@ ENDIF(NOT DEBIAN_BUILD)
 
 # PVS Studio
 include(${CMAKE_SOURCE_DIR}/PVS-Studio.cmake)
-pvs_studio_add_target(TARGET ${PROJECT_NAME}.analyze ALL
+pvs_studio_add_target(TARGET ${PROJECT_NAME}.analyze
 		ANALYZE ${PROJECT_NAME} rspamd-server rspamadm rspamc
 		OUTPUT FORMAT errorfile
 		LOG target_${PROJECT_NAME}.err)
\ No newline at end of file


More information about the Commits mailing list