Skip to content

Commit a7bdb0c

Browse files
committed
[libs][capnp] use relative dir for interchange files
1 parent 3ad299e commit a7bdb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libvtrcapnproto/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ capnp_generate_cpp(CAPNP_SRCS CAPNP_HDRS
3232
)
3333

3434
if (VPR_ENABLE_INTERCHANGE)
35-
set(IC_DIR ${CMAKE_SOURCE_DIR}/libs/EXTERNAL/libinterchange/interchange)
35+
set(IC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../EXTERNAL/libinterchange/interchange)
3636
set(CAPNPC_SRC_PREFIX ${IC_DIR})
3737

3838
find_program(WGET wget REQUIRED)

0 commit comments

Comments
 (0)