Don't detect C compiler
This commit is contained in:
parent
dc94010fa5
commit
544b927933
@ -42,7 +42,7 @@ option(FMT_DOC "Generate the doc target." ${MASTER_PROJECT})
|
|||||||
option(FMT_INSTALL "Generate the install target." ${MASTER_PROJECT})
|
option(FMT_INSTALL "Generate the install target." ${MASTER_PROJECT})
|
||||||
option(FMT_TEST "Generate the test target." ${MASTER_PROJECT})
|
option(FMT_TEST "Generate the test target." ${MASTER_PROJECT})
|
||||||
|
|
||||||
project(FMT)
|
project(FMT CXX)
|
||||||
|
|
||||||
# Get version from core.h
|
# Get version from core.h
|
||||||
file(READ include/fmt/core.h core_h)
|
file(READ include/fmt/core.h core_h)
|
||||||
|
Loading…
Reference in New Issue
Block a user