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. --- ice40/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/CMakeLists.txt') diff --git a/ice40/CMakeLists.txt b/ice40/CMakeLists.txt index 89203bbc..4275b358 100644 --- a/ice40/CMakeLists.txt +++ b/ice40/CMakeLists.txt @@ -85,6 +85,6 @@ else() # serialize chipdb build across multiple architectures set(PREVIOUS_CHIPDB_TARGET chipdb-ice40-bbas PARENT_SCOPE) else() - message(STATUS "Build nextpnr with -DICE40_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}") + message(STATUS "Build nextpnr with -DICE40_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}\chipdb") endif() endif() -- cgit v1.2.3