Skip to content

Commit fd4eec0

Browse files
committed
archie test fails at compilation time
Because of the change in svn r338623 , about "cmake: Explicitely add current directory to include path" archie tests started regressing. Patch by santosh Differential Revision: https://reviews.llvm.org/D50182 llvm-svn: 338785
1 parent abb86b2 commit fd4eec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ if(HAVE_RE_COMP)
77
list(APPEND LDFLAGS -lsocket -lnsl)
88
endif()
99
llvm_multisource()
10+
target_include_directories(archie PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
1011
endif()

0 commit comments

Comments
 (0)