Displaying 1 result from an estimated 1 matches for "cmp0048".
2018 Sep 17
2
build llvm fails under win7 x64/VS2017
...tors use the x86 host compiler by default, even for
64-bit targets. This can result in linker instability and out of memory
errors. To use the 64-bit host compiler, pass -Thost=x64 on the CMake
command line.
...
CMake Warning (dev) at utils/benchmark/CMakeLists.txt:3 (project):
Policy CMP0048 is not set: project() command manages VERSION variables.
Run "cmake --help-policy CMP0048" for policy details. Use the
cmake_policy
command to set the policy and suppress this warning.
-----> seems related to https://bugs.llvm.org/show_bug.cgi?id=38874
...
CMake Warning at util...