Browse Source

Revert "Enable only C++ to speed up CMake run."

Doesn't work on 2.8.12 and we want to support >= 2.8.9.

This reverts commit d5026d08d3.
pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
2c6ea0b0f1
  1. 2
      CMakeLists.txt
  2. 2
      doc/generated/CMakeLists.txt

2
CMakeLists.txt

@ -24,7 +24,7 @@
#
cmake_minimum_required(VERSION 2.8.9)
project(Magnum CXX)
project(Magnum)
# Find Corrade first so we can check on the target
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/modules/")

2
doc/generated/CMakeLists.txt

@ -24,7 +24,7 @@
#
cmake_minimum_required(VERSION 2.8.9)
project(MyApplication CXX)
project(MyApplication)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../modules/")

Loading…
Cancel
Save