hifly

Results 2 issues of hifly

Please add support for Windows command-line option handling: - option w/o value "/key" - option w value "/key:value"

When CMAKE_MAP_IMPORTED_CONFIG_ is set, it does not affect conan_cmake_install, so if you have mapping like CMAKE_MAP_IMPORTED_CONFIG_SECURE=Release, conan_cmake_install will try to install packages with build_type=Secure instead of Release. Can mapping be...