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.
1 parent 3ad299e commit a7bdb0cCopy full SHA for a7bdb0c
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