Don't install files from bundles termcolor.
This commit is contained in:
parent
165d8597b6
commit
382bd71676
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user