Push module check to test

This commit is contained in:
Victor Zverovich
2023-04-14 11:42:01 -07:00
parent d8a2698e6c
commit d97d8cea67
2 changed files with 5 additions and 1 deletions

View File

@@ -401,7 +401,7 @@ if (FMT_DOC)
add_subdirectory(doc)
endif ()
if (FMT_TEST AND NOT FMT_MODULE)
if (FMT_TEST)
enable_testing()
add_subdirectory(test)
endif ()