diff options
author | Chris Robinson <[email protected]> | 2013-07-02 02:02:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-07-02 02:02:57 -0700 |
commit | 61c6a38f041ac5b7cf265eb718763d550119cf70 (patch) | |
tree | eeeebbf86d2c15f010f9cc028d57462668dfbfdd /CMakeLists.txt | |
parent | f23a28e8f327ff14dc05d7c2c4fcb34a8262ca69 (diff) |
Don't have ../../ as part of the target name
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 "") |