Fix cmake -i when we specify own dir for ACE

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-07-25 16:59:24 +02:00
parent d36a479b48
commit 7fa1036c08

View File

@@ -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}"