Browse Source

XCTest: Speed up test by only enabling C language

Gregor Jasny 8 years ago
parent
commit
ff3498e76b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/XCTest/CMakeLists.txt

+ 1 - 1
Tests/XCTest/CMakeLists.txt

@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-project(XCTest)
+project(XCTest C)
 enable_testing()
 
 find_package(XCTest REQUIRED)