From 61c6a38f041ac5b7cf265eb718763d550119cf70 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 2 Jul 2013 02:02:57 -0700 Subject: Don't have ../../ as part of the target name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 41519975..41d4cbd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -875,7 +875,7 @@ IF(ALSOFT_UTILS) ) MESSAGE(STATUS "Building utility programs") - IF(TARGET ../../alsoft-config) + IF(TARGET alsoft-config) MESSAGE(STATUS "Building configuration program") ENDIF() MESSAGE(STATUS "") -- cgit v1.2.3