From 1838f13b6588b0d9aa785897d2d1bba882fb094e Mon Sep 17 00:00:00 2001 From: Nathan Osman Date: Wed, 25 Mar 2015 15:37:45 -0700 Subject: [PATCH] Removed CXX language specifier from project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7532aaa..4ecf794 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8.9) -project(qhttpengine LANGUAGES CXX) +project(qhttpengine) option(BUILD_DOC "Build Doxygen documentation" OFF) option(BUILD_TESTS "Build the test suite" OFF)