mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'test-lang-fix'
9b541aae TestFindOpenMP,MPI: Disable default languages
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !816
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