diff options
author | William D. Jones <thor0505@comcast.net> | 2020-08-22 21:09:21 -0400 |
---|---|---|
committer | William D. Jones <thor0505@comcast.net> | 2020-08-22 21:09:21 -0400 |
commit | e63270f9188513016d20e6c88ec800d7cbb5f867 (patch) | |
tree | 6dd8e50b2ea15073a86da2f0b8e35082e223c3a6 /ecp5 | |
parent | 109aa6347442b0d9d163e73257c6fed1a61a3961 (diff) | |
download | nextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.tar.gz nextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.tar.bz2 nextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.zip |
Fix MESSAGE indicating where externally-built .bbas live.
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |