aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"