-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CMakeToolchain] Adding configuration about new Apple flags #2506
[CMakeToolchain] Adding configuration about new Apple flags #2506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might look that some conf variables affect only CMake when it is not the case. Mostly with variables already at the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good! forget about my previous comment. You are already documenting CMakeToolchain
* Remove reference to master banch (#2497) It no longer exists in conan-io/consan repository * Added conf information about new apple flags (#2506) * Fix typo error for os_version in cmake.rst (#2515) Fix: #2513 * Renamed all the base_source_folder -> export_sources_folder (#2514) * Renamed all the base_source_folder -> export_sources_folder * Update package_layout.rst * Docs for 11112 and 11117 and 11103 (#2512) * Docs for 11112 and 11117 * Update reference/conanfile/tools/cmake/cmaketoolchain.rst Co-authored-by: Francisco Ramírez <[email protected]> * Simplified Build Preset name Co-authored-by: Francisco Ramírez <[email protected]> * [CMakeDeps] Added cmake_set_interface_link_directories property info (#2510) * Added cmake_set_interface_link_directories property info * Update cmakedeps.rst * Update reference/conanfile/tools/cmake/cmakedeps.rst Co-authored-by: Luis Martinez <[email protected]> * Update cmakedeps.rst * Update cmakedeps.rst Co-authored-by: Luis Martinez <[email protected]> * Docs for new autotools templates (#2511) * add templates * change argument * [MSBuildToolchain][conf] Adding extra flags configurations to `MSBuildToolchain` (#2507) * Added conf information * Update microsoft.rst * Update reference/conanfile/tools/microsoft.rst Co-authored-by: Carlos Zoido <[email protected]> * Added env info to self.run() command (#2516) * powershell env docs (#2517) * powershell env docs * added warning about env and PATH limits * fixed CI * some notes about relocatable libs (#2518) * Docs: Add PKG_CONFIG_PATH to AutotoolsToolchain (#2509) * add docs for PKG_CONFIG_PATH in toolchain * Update reference/conanfile/tools/gnu/autotoolstoolchain.rst Co-authored-by: Francisco Ramírez <[email protected]> Co-authored-by: Luis Martinez <[email protected]> Co-authored-by: Francisco Ramírez <[email protected]> * conan 1.48.0 * Example for conanrun (#2519) * Added example for conanrun launcher * typo * Added comments * Added complete example * Minimized example * typo * Rephrased * removed path as value Co-authored-by: Jeremy Lundy <[email protected]> Co-authored-by: Francisco Ramírez <[email protected]> Co-authored-by: Luca Bonifacio <[email protected]> Co-authored-by: Luis Martinez <[email protected]> Co-authored-by: James <[email protected]>
Docs for conan-io/conan#10985