summaryrefslogtreecommitdiff
path: root/depends/protobuf
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-04-28 11:53:26 +0400
committerAlexander Gavrilov2012-04-28 11:53:26 +0400
commit9c94b7c1e748743309dae75ec95e374f26624d5f (patch)
treeee46d65aec42904520e7396f472383b689bd1786 /depends/protobuf
parent82a0e52a3eeb55d62dd51cf92b5b1b26d0cc4c66 (diff)
downloaddfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.gz
dfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.bz2
dfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.xz
Make the hash map implementation error more useful.
It instructs to update GCC, but actually the most common reason for the error is missing 32-bit development libs.
Diffstat (limited to 'depends/protobuf')
-rw-r--r--depends/protobuf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/protobuf/CMakeLists.txt b/depends/protobuf/CMakeLists.txt
index 92504f05..dddefb06 100644
--- a/depends/protobuf/CMakeLists.txt
+++ b/depends/protobuf/CMakeLists.txt
@@ -57,7 +57,7 @@ IF(CMAKE_COMPILER_IS_GNUCC)
ENDIF()
IF (HAVE_HASH_MAP EQUAL 0)
- MESSAGE(SEND_ERROR "Could not find a working hash map implementation. Please update GCC.")
+ MESSAGE(SEND_ERROR "Could not find a working hash map implementation. Please install GCC >= 4.4, and all necessary 32-bit C++ development libraries.")
ENDIF()
FIND_PACKAGE(Threads)