aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-07-02 02:02:57 -0700
committerChris Robinson <[email protected]>2013-07-02 02:02:57 -0700
commit61c6a38f041ac5b7cf265eb718763d550119cf70 (patch)
treeeeeebbf86d2c15f010f9cc028d57462668dfbfdd /CMakeLists.txt
parentf23a28e8f327ff14dc05d7c2c4fcb34a8262ca69 (diff)
Don't have ../../ as part of the target name
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 "")