Re: [CMake] Feedback CMAKE bug in VS2017 WDK for Windows 10, version 1809

2019-02-15 Thread Craig Scott
On Sat, Feb 16, 2019 at 4:44 PM 啊啊啊 wrote: > If VS2017 WDK for Windows 10, version 1809 is installed, CMAKE will report > an error and display an error. The C CXX compiler identification is > unknown. After investigation, it is because WDK.VISX in WDK caused this > problem. Uninstalling this exte

[CMake] Feedback CMAKE bug in VS2017 WDK for Windows 10, version 1809

2019-02-15 Thread 啊啊啊
If VS2017 WDK for Windows 10, version 1809 is installed, CMAKE will report an error and display an error. The C CXX compiler identification is unknown. After investigation, it is because WDK.VISX in WDK caused this problem. Uninstalling this extension cmake returns to normal, but wdk will not wo

[CMake] Feedback CMAKE bug in VS2017 WDK for Windows 10, version 1809

2019-02-15 Thread 啊啊啊
If VS2017 WDK for Windows 10, version 1809 is installed, CMAKE will report an error and display an error. The C CXX compiler identification is unknown. After investigation, it is because WDK.VISX in WDK caused this problem. Uninstalling this extension cmake returns to normal, but wdk will not wo

[CMake] Feedback CMAKE bug in VS2017 WDK for Windows 10, version 1809

2019-02-15 Thread 啊啊啊
If VS2017 WDK for Windows 10, version 1809 is installed, CMAKE will report an error and display an error. The C CXX compiler identification is unknown. After investigation, it is because WDK.VISX in WDK caused this problem. Uninstalling this extension cmake returns to normal, but wdk will not wo

[CMake] Generator expressions and rule variables

2019-02-15 Thread Kuba Ober
Hi, I'm trying to integrate cmake with a set of build tools whose command lines look nothing like standard gnu tools. Unfortunately, both the generator expressions and the rule variables seem very limited: I have to do some custom massaging of the arguments that get passed to the compiler/linker.

Re: [CMake] [SPAM] Re: [SPAM] Re: resource installation

2019-02-15 Thread Robert Maynard via CMake
I believe the problem is related to execute_process CODE not being quoted. So the following works for me: install(CODE " execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/ResourceInstall.bat ${WIN_PLATFORM} ${CMAKE_BUILD_TYPE} RESULT_VARIABLE RI_RESULT OUTPUT_VARI

[CMake] [ANNOUNCE] CMake 3.14.0-rc2 is ready for testing

2019-02-15 Thread Robert Maynard via CMake
I am proud to announce the second CMake 3.14 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.14 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.14/release/3.14.html Some of the more significa