Anichitei Ionel-Cristinel
Anichitei Ionel-Cristinel
**Describe the bug** Calling `vcpkg_configure_make` with `SKIP_CONFIGURE` fails with: ``` CMake Error at scripts/cmake/vcpkg_configure_make.cmake:196 (message): Could not determine method to configure make ``` **Environment** - OS: Ubuntu 20.04.1 LTS on...
Simple cmake file that can be used to reproduce this: ```cmake cmake_minimum_required(VERSION 3.20) project(sample) add_custom_target( something # Can be anything COMMAND pip --version COMMENT foo bar ) ``` Result: ```console...
Update `bddisasm` from 1.34.10 to 2.1.0.