From 3c46f8e27684b077535de7cdbdc96f7476fb5a2f Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 4 Oct 2018 16:51:40 -0400 Subject: [PATCH] Fix revisiontag target --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b67184..2b49d77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1246,7 +1246,7 @@ add_custom_target (uninstall # explicitly say that the wsjt_qt depends on custom target, this is # done indirectly so that the revisiontag target gets built exactly # once per build -add_dependencies(wsjt_qt revisiontag) +# add_dependencies(wsjt_qt) #