From 544b9279335be1a0d0fb8ecf22b33fc3730c6597 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 17 Apr 2019 06:18:53 -0700 Subject: [PATCH] Don't detect C compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c981587..ee0142c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)