Don't install files from bundles termcolor.

This commit is contained in:
tastytea 2021-05-25 11:42:57 +02:00
parent 165d8597b6
commit 382bd71676
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ find_package(fmt 4 REQUIRED CONFIG)
find_package(termcolor CONFIG)
if(NOT termcolor_FOUND)
if(FALLBACK_BUNDLED)
add_subdirectory(dist/termcolor)
add_subdirectory(dist/termcolor EXCLUDE_FROM_ALL)
else()
message(FATAL_ERROR "Termcolor was not found.")
endif()