diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | ecp5/family.cmake | 2 | ||||
-rw-r--r-- | ice40/family.cmake | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 79ab066a..4f29d132 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ endif() if (EXTERNAL_CHIPDB) if (NOT DEFINED EXTERNAL_CHIPDB_ROOT) - message(STATUS "EXTERNAL_CHIPDB_ROOT not defined using -DEXTERNAL_CHIPDB_ROOT=/path/to/nextpnr. Default to /usr/local/share/nextpnr") - set(EXTERNAL_CHIPDB_ROOT "/usr/local/share/nextpnr") + message(STATUS "EXTERNAL_CHIPDB_ROOT not defined using -DEXTERNAL_CHIPDB_ROOT=/path/to/nextpnr. Default to /usr/share/nextpnr") + set(EXTERNAL_CHIPDB_ROOT "/usr/share/nextpnr") endif() add_definitions("-DEXTERNAL_CHIPDB_ROOT=\"${EXTERNAL_CHIPDB_ROOT}\"") endif() diff --git a/ecp5/family.cmake b/ecp5/family.cmake index e23635ba..06dc6761 100644 --- a/ecp5/family.cmake +++ b/ecp5/family.cmake @@ -68,4 +68,4 @@ if (NOT EXTERNAL_CHIPDB) endforeach (target) endforeach (dev) endif() -endif()
\ No newline at end of file +endif() diff --git a/ice40/family.cmake b/ice40/family.cmake index b61a8d9e..877b27ee 100644 --- a/ice40/family.cmake +++ b/ice40/family.cmake @@ -83,4 +83,4 @@ if (NOT EXTERNAL_CHIPDB) endforeach (target) endforeach (dev) endif() -endif()
\ No newline at end of file +endif() |