TestFindOpenMP,MPI: Disable default languages

This commit is contained in:
Christian Pfeiffer
2017-05-08 21:43:01 +02:00
parent 22d0a83a4c
commit 9b541aaeaa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(TestFindMPI)
project(TestFindMPI NONE)
include(CTest)
macro(source_code_mapper_helper LANG_NAME)

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(TestFindOpenMP)
project(TestFindOpenMP NONE)
include(CTest)
macro(source_code_mapper_helper LANG_NAME SRC_FILE_NAME)