Skip to content

Version 0.15

Compare
Choose a tag to compare
@czoido czoido released this 16 Jan 11:03
· 156 commits to develop since this release
  • Specify build configurations in multi-config generators using the CONFIGURATION_TYPES argument in conan_cmake_run.
  • Consider the SKIP_STD argument to not adjust the C++ standard flag in CMAKE_CXX_FLAGS.
  • Add versioning to the conan.cmake file with a comment inside the file specifying the version.
  • Add conan_config_install macro to install Conan client configurations.
  • Fix detection of the CMP0025 CMake policy.
  • Fix issues with configure_file trying to replace some patterns.
  • Fix errors in detect_vs_runtime() for pure C projects.