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.
develop
Alexander Gavrilov 2012-04-28 11:53:26 +04:00
parent 82a0e52a3e
commit 9c94b7c1e7
1 changed files with 1 additions and 1 deletions

@ -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)