[llvm-commits] [llvm] r86547 - in /llvm/trunk: cmake/config-ix.cmake include/llvm/Config/config.h.cmake
Oscar Fuentes
ofv at wanadoo.es
Mon Nov 9 17:47:24 PST 2009
Mike Stump <mrs at apple.com> writes:
> I get:
>
> -- Performing Test HAVE_U_INT64_T - Success
> CMake Error at cmake/config-ix.cmake:139 (unset):
> Unknown CMake command "unset".
> Call Stack (most recent call first):
> cmake/config-ix.cmake:143 (llvm_find_program)
> CMakeLists.txt:161 (include)
>
>
> -- Configuring incomplete, errors occurred!
>
> ? I'm using cmake version 2.6-patch 2.
Thanks. unset was introduced by -patch4, IIRC.
As it seems that it is not strictly required, I removed it.
--
Óscar
More information about the llvm-commits
mailing list