mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix cmake -i when we specify own dir for ACE
--HG-- branch : trunk
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user