Skip to content

Version 0.16

Compare
Choose a tag to compare
@czoido czoido released this 23 Feb 15:43
· 3 commits to release/0.16 since this release
  • Separate conan install from autodetection using new conan_cmake_configure, conan_cmake_autodetect and conan_cmake_install. #310
  • Fix conan_cmake_detect_vs_runtime when setting BUILD_TYPE without setting CMAKE_BUILD_TYPE. #209
  • Intel compiler support for linux. #288
  • Check & log conan commands execution. #309
  • Document imports argument. #297
  • Skip generic os check when CMAKE_SYSTEM_NAME is set to generic. #292
  • Document BUILD argument. #277
  • Add build and host profiles. #250
  • Fix for cmake-conan issue #225 - Compile error on configuration on MacOS. #226
  • Add VERIFY_SSL arg to conan_add_remote. #228
  • Remove manually specified settings from auto list. #258
  • Add additional compiler options to conan_cmake_detect_unix_libcxx. #197
  • Quote variables in conan_cmake_detect_vs_runtime. #253
  • Fixed argument parsing in conan_config_install. #215
  • Add TLS_VERIFY ON to file DOWNLOAD. #266
  • Allow passing absolute path to conanfile argument. #240
  • Document conan_command. #264
  • Update supported Operating Systems. #232
  • Change parse_arguments name. #211
  • Fixed conan_check VERSION cmake regex backslash escape issue. #247
  • Make error message more actionable. #259