Skip to content

Releases: conan-io/cmake-conan

Version 0.10

23 Mar 16:16
Compare
Choose a tag to compare
  • Added SETTINGS argument to conan_cmake_run() to provide free form settings
  • Added RELWITHDEBINFO_PROFILE, MINSIZEREL_PROFILE arguments to conan_cmake_run()

Version 0.9

14 Feb 12:09
Compare
Choose a tag to compare
  • Added BUILD_TYPE and ARCH as arguments to conan_cmake_run() to override detection
  • Added License text to conan.cmake file
  • Added support for VS toolset detection and management
  • Added NO_OUTPUT_DIRS argument to conan_cmake_run()
  • Fixed support for Ninja

Version 0.8

11 Jan 09:32
Compare
Choose a tag to compare
  • Compatibility for conan 1.0. You need this version to operate with conan 1.0
  • Added option KEEP_RPATHS to ``conan_cmake_run()```
  • Support for C and C++ only projects.
  • Use gcc major version only for package installation, to match new gcc > 5 version policy and conan defaults

Version 0.7

26 Dec 16:50
3e5410e
Compare
Choose a tag to compare
Merge pull request #51 from conan-io/patch-1

Improve VS detection with Version and Architecture

Version 0.6

16 Nov 10:55
08a94de
Compare
Choose a tag to compare
  • Fixed OPTIONS argument when CONANFILE is also specified
  • Added BUILD all argument to build all packages from sources
  • Added support for profiles with DEBUG_PROFILE`, RELEASE_PROFILE, PROFILE arguments
  • Improved target detection under Ninja generator

Version 0.5

21 Jul 09:36
Compare
Choose a tag to compare
  • Added UPDATE argument
  • Added travis CI and badge
  • Added MinSizeRel & RelWithDebInfo
  • Allow passing multiple --build arguments

Also, first beta version, removing the "alpha" status

Version 0.4

31 May 11:38
Compare
Choose a tag to compare
Version 0.4 Pre-release
Pre-release
  • VS 2017 support
  • Better VS detection
  • Support MSVC toolset
  • Fixed apple-clang detection
  • support for conanfile inside a subdirectory
  • support Ninja generator for MSVC
  • Added CI for Linux and OSX with travis-ci

Version 0.3

28 Feb 14:56
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release
  • Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
  • handle CMAKE_SYSTEM_NAME as conan -s os=System
  • Re-run cmake when conanfile is manually changed
  • Added more tests and appveyor CI
  • Conan COMMAND can take now multiple params
  • Allow setting libstdc++/libstdc++11 via cmake command line
  • Fixed recognition of MacOS

Version 0.2

24 Jan 09:22
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

Improvements:

  • Improved auto-detections
  • Support for cmake-multi generator
  • Support conan.cmake in exported mode (local conan cache, while package building)
  • Other fixes

Initial tagged version

19 Jan 16:11
Compare
Choose a tag to compare
Pre-release
v0.1-alpha

added tests for cmake-multi