- What's the difference between installing and exporting your targets in CMake?
- Exporting means the targets will be available for other projects that try to find our package, even if our code is not installed. CMake's package registry can be used to store data about locations of the exported targets. The binaries never leave the build directory. Installation requires the targets to be copied somewhere and, if it's not a system directory, setting up paths to the config files or the targets themselves.
- How should you make your template code compile faster?
- Follow the Rule of Chiel.
- How should you use multiple compilers with Conan?
- Use Conan profiles.
- What should you do if you'd like to compile your Conan dependencies with the pre-C++11 GCC ABI?
- Set compiler.libcxx to libstdc++ instead of libstdc++11.
- How should you ensure that you force a specific C++ standard in CMake?
- By calling set_target_properties(our_target PROPERTIES CXX_STANDARD...
United States
Great Britain
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Singapore
Hungary
Philippines
Mexico
Thailand
Ukraine
Luxembourg
Estonia
Lithuania
Norway
Chile
South Korea
Ecuador
Colombia
Taiwan
Switzerland
Indonesia
Cyprus
Denmark
Finland
Poland
Malta
Czechia
New Zealand
Austria
Turkey
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Malaysia
South Africa
Netherlands
Bulgaria
Latvia
Japan
Slovakia