Skip to content

Commit 4003770

Browse files
authored
Merge pull request #3207 from verilog-to-routing/capnp_cmake
Capnp Interchange File Directory
2 parents 3ad299e + a7bdb0c commit 4003770

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)