mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
d2da2988a4
See logs below for example issue I've met locally when I had just `RocksDBTargets-relwithdebinfo.cmake`. Providing a list of configs makes it try to use matching config first and only then try `Release` as a fallback, otherwise it was now requiring `Release` builds. ``` CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "RocksDB::rocksdb" configuration "RelWithDebInfo". ```