Displaying 6 results from an estimated 6 matches for "cmake_use_relative_path".
Did you mean:
cmake_use_relative_paths
2009 Jan 15
1
[LLVMdev] [cfe-dev] Testing and CMake
...t; I did not follow the full-thread, just reading this Email and I hope I'm
> getting it right:
>
> We had the same problem (relative paths) and it turned out to be
> relatively (got the language joke here? ;)) easy, at least with cmake 2.6,
> in a local project.
>
> set(CMAKE_USE_RELATIVE_PATHS ON)
>
> It works well for vcproj-generation. In Linux I could not test it
> comprehensively yet (as to why it is possible to copy a repository and
> build it in its new place w/o re-cmaking.)
Hmmm...
CMAKE_USE_RELATIVE_PATHS
Use relative paths (May not work!).
If t...
2009 Jan 15
0
[LLVMdev] [cfe-dev] Testing and CMake (was: win32/llvm.sln, win32/clang.sln)
...this a pretty big
> obstacle...
I did not follow the full-thread, just reading this Email and I hope I'm
getting it right:
We had the same problem (relative paths) and it turned out to be
relatively (got the language joke here? ;)) easy, at least with cmake 2.6,
in a local project.
set(CMAKE_USE_RELATIVE_PATHS ON)
It works well for vcproj-generation. In Linux I could not test it
comprehensively yet (as to why it is possible to copy a repository and
build it in its new place w/o re-cmaking.)
In addition we are setting
set(CMAKE_SUPPRESS_REGENERATION ON)
in order to not have a dependency on the CMak...
2009 Jan 15
5
[LLVMdev] [cfe-dev] Testing and CMake (was: win32/llvm.sln, win32/clang.sln)
Hi Oscar,
For development, CMake is working great for me. I rarely get build
errors related to the project file being out-of-date.
Is it true that CMake only generates absolute paths? Any idea on the
difficulty of generating relative paths? I consider this a pretty big
obstacle...
Thanks for all your hard work on this,
snaroff
On Jan 15, 2009, at 9:46 AM, Óscar Fuentes wrote:
>
2009 Jan 15
1
[LLVMdev] [cfe-dev] Testing and CMake
On Jan 15, 2009, at 11:40 AM, Óscar Fuentes wrote:
> Hello Steve.
>
> steve naroff <snaroff at apple.com> writes:
>
>> For development, CMake is working great for me. I rarely get build
>> errors related to the project file being out-of-date.
>>
>> Is it true that CMake only generates absolute paths? Any idea on the
>> difficulty of generating
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...elease builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOO...