mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
XCTest: Speed up test by only enabling C language
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(XCTest)
|
||||
project(XCTest C)
|
||||
enable_testing()
|
||||
|
||||
find_package(XCTest REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user