aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-25 16:59:24 +0200
committerKudlaty <none@none>2009-07-25 16:59:24 +0200
commit7fa1036c08279a9bf3a948ed6fcfdc1ffe55d223 (patch)
tree760f9c09a702174726287b90ecfc40420ecd52fa
parentd36a479b48111a2d3a38a4cf1b15f31720dfb268 (diff)
Fix cmake -i when we specify own dir for ACE
--HG-- branch : trunk
-rw-r--r--cmake/FindAce.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindAce.cmake b/cmake/FindAce.cmake
index b7be34784a9..0721cdecfa4 100644
--- a/cmake/FindAce.cmake
+++ b/cmake/FindAce.cmake
@@ -13,8 +13,8 @@ MACRO(FIND_ACE LIBNAME)
DOC "Path to ace/ACE.h"
)
- # This prevents it being taken from cache.
- SET(ACE_LIBRARY ACE_LIBRARY-NOTFOUND)
+ # This prevents it being taken from cache. - but also broke cmake -i, so we dont use it
+ # SET(ACE_LIBRARY ACE_LIBRARY-NOTFOUND)
FIND_LIBRARY(
ACE_LIBRARY "${LIBNAME}"