Don't detect C compiler

This commit is contained in:
Victor Zverovich 2019-04-17 06:18:53 -07:00
parent dc94010fa5
commit 544b927933

View File

@ -42,7 +42,7 @@ option(FMT_DOC "Generate the doc target." ${MASTER_PROJECT})
option(FMT_INSTALL "Generate the install target." ${MASTER_PROJECT})
option(FMT_TEST "Generate the test target." ${MASTER_PROJECT})
project(FMT)
project(FMT CXX)
# Get version from core.h
file(READ include/fmt/core.h core_h)