Displaying 3 results from an estimated 3 matches for "cmp0051".
2018 Sep 21
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
...ples/Fibonacci/CMakeLists.txt'
1> is newer than
'D:/projects/fun/jit_tests/clang_from_src/llvm-build/examples/Fibonacci/CMakeFiles/generate.stamp.depend'
1> result='-1'
1>CMake Deprecation Warning at CMakeLists.txt:14 (cmake_policy):
1> The OLD behavior for policy CMP0051 will be removed from a future
version
1> of CMake.
1>
1> The cmake-policies(7) manual explains that the OLD behaviors of all
1> policies are deprecated and that a policy should be set to OLD only
under
1> specific short-term circumstances. Projects should be ported to the NEW
1&...
2015 Feb 24
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
My list of useful features in newer CMake versions, that I would like to see used:
CMake 2.8.10
* INTERFACE_LIBRARY (we already use this by hacking around the CMake version)
CMake 2.8.11
* Targets can now have dependencies that are arbitrary files instead of just link dependencies (http://community.kde.org/Frameworks/Epics/CMake_target_usage_requirements
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
...lect -v
xcode-select version 2333.
3. Following command is successful:
$ cmake-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld -DCMAKE_INSTALL_PREFIX=/testlocation/llvm_siri../llvm-stable
CMakeDeprecation Warning at CMakeLists.txt:14 (cmake_policy):
The OLD behavior for policy CMP0051 will be removed from a futureversion
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD onlyunder
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on s...