aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKingPin <none@none>2009-01-18 09:41:54 -0500
committerKingPin <none@none>2009-01-18 09:41:54 -0500
commit72512ed1ee2ebee3b8512c3a82909b5acb8fdf71 (patch)
tree2dd1c4c2bf6b0fb34df0125c6247b0df5c39d8b9
parentdb8788ba79916e4d03240484874366b42439c4b6 (diff)
Some more details for Ace error during build
--HG-- branch : trunk
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b64bc192ac..a7a4b8a0544 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,7 +122,9 @@ if(ACE_FOUND)
message(STATUS "Found ACE library: ${ACE_LIBRARY}")
message(STATUS "Include dir is: ${ACE_INCLUDE_DIR}")
else(ACE_FOUND)
-message(SEND_ERROR "** ACE library not found! Trinity Core will not build!")
+message(SEND_ERROR "** ACE library not found! Trinity Core cannot be compiled!")
+message(SEND_ERROR "** Please build ACE from http://www.cs.wustl.edu/~schmidt/ACE.html")
+message(SEND_ERROR "** your distro may provide a binary for ACE e.g. for ubuntu try apt-get install libace-dev")
return()
#SET(BUILD_ACE 1)
#SET(ACE_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/dep/ACE_wrappers ${CMAKE_BINARY_DIR}/dep/ACE_wrappers")