Displaying 3 results from an estimated 3 matches for "cmake_useful_vari".
2012 Jun 29
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
Hi, Óscar:
nice to hear some voice on this. about LLVM_TOOLS_BINARY_DIR, yes, it
made the installed version work only, if you'd like the uninstalled version
to work, it should be detected as you suggested.
about LLVM_INSTALL_PREFIX the purpose is to make it really relocatable,
eg, when installed under /lib/llvm I just later need to move the
installation tree to /lusr/local/lib/llvm
2012 Jun 29
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
...o increase
the minimum required version because there are users who can't easily
upgrade their CMake install. Let's see what Chandler says.
CMAKE_CURRENT_LIST_FILE can be used instead (just take the directory
part) but I don't know when it was introduced. In
http://www.cmake.org/Wiki/CMake_Useful_Variables
CMAKE_CURRENT_LIST_DIR is labeled as 2.8.3 but there is no mention to
the version that introduced CMAKE_CURRENT_LIST_FILE.
> CMAKE_MODULE_PATH should be corrected for installed version,
No, it is the responsability of the user to adjust CMAKE_MODULE_PATH for
containing the directory wher...
2012 Jun 28
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
hume npx <humeafo at gmail.com> writes:
Sorry for commenting the bug report here, but I can't loging to bugzilla
right now.
> Using cmake should be the right thing if you'd like to support windows, but
> it seems that no enough effort on this build system, eg
> http://llvm.org/bugs/show_bug.cgi?id=12157 three months passed,
There is indeed a problem with the value