On Fri, 2014-03-07 at 10:35 -0800, smartdog wrote:
> Thanks for the help.
> installed this
> sudo apt-get install libsasl2-dev
> 
> Unfortunately still have the same issue:
> cmake ..
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> -- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE)
> -- Could NOT find SASL (missing:  FOUND_SASL_LIB FOUND_SASL_H)
> 

Did you start with a new CMake build directory this time or was there an
existing CMakeCache.txt file? I think that this detection in our cmake
script will keep on failing if you don't remove the CMakeCache file and
start cmake with no prior configuration.

We should fix this.

Andrew



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to