mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-17 09:11:36 -05:00
TestFindOpenMP,MPI: Disable default languages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(TestFindMPI)
|
||||
project(TestFindMPI NONE)
|
||||
include(CTest)
|
||||
|
||||
macro(source_code_mapper_helper LANG_NAME)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user