Parcourir la source

BUG: fixed conflicts between file names among different utilities.

Utkarsh Ayachit il y a 20 ans
Parent
commit
573bd54fc2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Source/CTest/Curl/CMakeLists.txt

+ 2 - 1
Source/CTest/Curl/CMakeLists.txt

@@ -1,6 +1,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
 PROJECT(LIBCURL C)
-
+SET_DIRECTORY_PROPERTIES(PROPERTIES INCLUDE_DIRECTORIES
+  "")
 INCLUDE_REGULAR_EXPRESSION("^.*\\.h$")
 
 # Setup package meta-data