commit aae2ae36626a0857a3cfe96cfbd005827bd5495e
parent c8d77c327a3307a89da8e56abc10f36c3ad61c04
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 25 Jan 2017 15:19:27 +0100
Remove the useless dependency to C++
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 2.8)
-project(solstice-solver C CXX)
+project(solstice-solver C)
enable_testing()
set(SSOL_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src)