From e63270f9188513016d20e6c88ec800d7cbb5f867 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 22 Aug 2020 21:09:21 -0400 Subject: Fix MESSAGE indicating where externally-built .bbas live. --- ecp5/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp5') diff --git a/ecp5/CMakeLists.txt b/ecp5/CMakeLists.txt index fe7de587..ff6b2d20 100644 --- a/ecp5/CMakeLists.txt +++ b/ecp5/CMakeLists.txt @@ -111,6 +111,6 @@ else() # serialize chipdb build across multiple architectures set(PREVIOUS_CHIPDB_TARGET chipdb-ecp5-bbas PARENT_SCOPE) else() - message(STATUS "Build nextpnr with -DECP5_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}") + message(STATUS "Build nextpnr with -DECP5_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}/chipdb") endif() endif() -- cgit v1.2.3