[llvm-commits] [llvm] r86547 - in /llvm/trunk: cmake/config-ix.cmake include/llvm/Config/config.h.cmake
Mike Stump
mrs at apple.com
Mon Nov 9 15:48:01 PST 2009
On Nov 9, 2009, at 7:26 AM, Oscar Fuentes wrote:
> Author: ofv
> Date: Mon Nov 9 09:26:40 2009
> New Revision: 86547
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86547&view=rev
> Log:
> CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.
> + unset(LLVM_PATH_${NAME} CACHE)
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.
More information about the llvm-commits
mailing list