Displaying 2 results from an estimated 2 matches for "prop_gbl".
2020 Aug 09
4
Switching to Ninja
You are correct, sir. Everything works much better if I run CMake and Ninja from a "developer command prompt." I displayed the path and almost fell off my chair laughing. The road to hell is paved with environment variable entries.
Two questions.
1. Building with Visual Studio created build/release/bin. Building with Ninja created build/bin (no release directory). Does that make sense?
2016 Oct 20
2
Leveraging newer CMake features for Language standards
LLVM currently has CMake code to try to detect the various options needed
to compile with C++11 support that has been around since prior to the CMake
version bump. One of the nicer features that came with the newer required
CMake version is that very thing. Rather than try to discern this yourself
CMake has the CXX_STANDARD and CXX_STANDARD_REQUIRED target properties. If
set appropriately on a