diff options
Diffstat (limited to 'ecp5/CMakeLists.txt')
-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() |