Fix including gtpin headers

Change-Id: I6b39bee0398a74671b91a6109c7c390273decf54
This commit is contained in:
mplewka
2018-08-16 15:14:59 +02:00
parent 5b37dc1c91
commit 956ee41c71

View File

@@ -106,7 +106,9 @@ else()
endif()
if(NOT GTPIN_HEADERS_DIR)
set(GTPIN_HEADERS_DIR TRUE)
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../igc")
set(GTPIN_HEADERS_DIR TRUE)
endif()
endif(NOT GTPIN_HEADERS_DIR)
if(NOT KMDAF_HEADERS_DIR)