1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 07:01:18 +02:00

🐛 Fixed building with ninja and MSVC

This commit is contained in:
Edgar
2021-07-09 13:19:17 +02:00
parent 60f6d49a15
commit 6a0855140e
3 changed files with 15 additions and 13 deletions

View File

@@ -246,7 +246,7 @@ macro( resolve_conan_dependencies )
OPTIONS ${CONAN_PACKAGE_OPTIONS}
")
if(MSVC OR XCODE)
if(MSVC OR XCODE AND NOT DEFINED CMAKE_BUILD_TYPE)
foreach(TYPE ${CMAKE_CONFIGURATION_TYPES})
_conan_install(${TYPE})
endforeach()