Skip to content

Commit 956ee41

Browse files
committed
Fix including gtpin headers
Change-Id: I6b39bee0398a74671b91a6109c7c390273decf54
1 parent 5b37dc1 commit 956ee41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ else()
106106
endif()
107107

108108
if(NOT GTPIN_HEADERS_DIR)
109-
set(GTPIN_HEADERS_DIR TRUE)
109+
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../igc")
110+
set(GTPIN_HEADERS_DIR TRUE)
111+
endif()
110112
endif(NOT GTPIN_HEADERS_DIR)
111113

112114
if(NOT KMDAF_HEADERS_DIR)

0 commit comments

Comments
 (0)