Removed CXX language specifier from project.

This commit is contained in:
Nathan Osman
2015-03-25 15:37:45 -07:00
parent e99846e28e
commit 1838f13b65

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.9) cmake_minimum_required(VERSION 2.8.9)
project(qhttpengine LANGUAGES CXX) project(qhttpengine)
option(BUILD_DOC "Build Doxygen documentation" OFF) option(BUILD_DOC "Build Doxygen documentation" OFF)
option(BUILD_TESTS "Build the test suite" OFF) option(BUILD_TESTS "Build the test suite" OFF)