Displaying 2 results from an estimated 2 matches for "cmexportfilegenerator".
2015 Jun 19
4
[LLVMdev] [CMake] Generated LLVMConfig.cmake and LLVMExports.cmake broken under Visual Studio 2015
...+ file(TO_CMAKE_PATH "${LIBPDB_LINK_FOLDERS}\\diaguids.lib" LIBPDB_ADDITIONAL_LIBRARIES)
That should resolve the issue for LLVM with no changes to CMake.
However, CMake should also be taught to escape the backslashes correctly
when generating the export files. Take a look at
Source/cmExportFileGenerator.cxx
Source/cmExportBuildFileGenerator.cxx
Source/cmExportInstallFileGenerator.cxx
in the CMake source tree. There are several places that just generate
double quotes around a raw value that should instead use EscapeForCMake.
Thanks,
-Brad
2015 Jun 18
2
[LLVMdev] [CMake] Generated LLVMConfig.cmake and LLVMExports.cmake broken under Visual Studio 2015
Hi,
Myself and a colleague of mine are trying to use LLVM's exported
targets [1] on trunk and I've noticed that the generated CMake files
(LLVMConfig.cmake and LLVMExport.cmake) are broken when trying to use
Visual Studio 2015 (using CMake 3.2.1).
## Broken target properties in LLVMExports.cmake
LLVM itself builds fine but when our project tries to do
``find_package(LLVM)`` we get the