diff options
author | Chris Robinson <[email protected]> | 2013-06-24 18:38:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-06-24 18:38:26 -0700 |
commit | 77a2c8bcf07352a75a580f1445ba112dbea69731 (patch) | |
tree | a9ae15b43ebed24a8e3f0be2e0a0d0c3ad936c33 /utils | |
parent | d984cec3a18f9a8977898ac06848b53c92fc1322 (diff) |
Check for Qt4 earlier
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/alsoft-config/CMakeLists.txt b/utils/alsoft-config/CMakeLists.txt index 511628cb..1a5085a4 100644 --- a/utils/alsoft-config/CMakeLists.txt +++ b/utils/alsoft-config/CMakeLists.txt @@ -25,5 +25,4 @@ if(QT4_FOUND) LIBRARY DESTINATION "lib${LIB_SUFFIX}" ARCHIVE DESTINATION "lib${LIB_SUFFIX}" ) - message(STATUS "Building configuration program") endif() |