We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad299e + a7bdb0c commit 4003770Copy full SHA for 4003770
libs/libvtrcapnproto/CMakeLists.txt
@@ -32,7 +32,7 @@ capnp_generate_cpp(CAPNP_SRCS CAPNP_HDRS
32
)
33
34
if (VPR_ENABLE_INTERCHANGE)
35
- set(IC_DIR ${CMAKE_SOURCE_DIR}/libs/EXTERNAL/libinterchange/interchange)
+ set(IC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../EXTERNAL/libinterchange/interchange)
36
set(CAPNPC_SRC_PREFIX ${IC_DIR})
37
38
find_program(WGET wget REQUIRED)
0 commit comments