biovault / HDILib

HDILib is a library for the scalable analysis of large and high-dimensional data.
MIT License
6 stars 3 forks source link

One configuration at a time for builds with Conan #11

Closed N-Dekker closed 4 years ago

N-Dekker commented 4 years ago

For Visual Studio, this commit ensures that the generated HDILib.sln file only has the configuration specified by CMAKE_BUILD_TYPE.

N-Dekker commented 4 years ago

FWIW, It might be more CMake-stylish to test on the property GENERATOR_IS_MULTI_CONFIG, which can be retrieved by:

get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)

But I still think the current PR is fine 😺

bldrvnlw commented 4 years ago

TODO Need to fix conanfile.py for new cmake file