Skip to content

Commit 5eb0ec4

Browse files
authored
[orc-rt] Fix header list in CMakeLists.txt after 6af1247. (#156867)
6af1247 renamed both C and C++ WrapperFunctionResult.h headers to WrapperFunction.h. This commit updates CMakeLists.txt to reflect that change.
1 parent f1c9950 commit 5eb0ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orc-rt/include/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(ORC_RT_HEADERS
22
orc-rt-c/ExternC.h
3-
orc-rt-c/WrapperFunctionResult.h
3+
orc-rt-c/WrapperFunction.h
44
orc-rt-c/orc-rt.h
55
orc-rt/BitmaskEnum.h
66
orc-rt/Compiler.h
@@ -10,7 +10,7 @@ set(ORC_RT_HEADERS
1010
orc-rt/IntervalSet.h
1111
orc-rt/Math.h
1212
orc-rt/RTTI.h
13-
orc-rt/WrapperFunctionResult.h
13+
orc-rt/WrapperFunction.h
1414
orc-rt/SimplePackedSerialization.h
1515
orc-rt/bind.h
1616
orc-rt/bit.h

0 commit comments

Comments
 (0)