Skip to content

Commit

Permalink
west: boards: Use the new zcmake module name
Browse files Browse the repository at this point in the history
Switch to the recently renamed zcmake module when importing the
run_cmake function.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed May 5, 2019
1 parent 4a49736 commit 851fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/boards.py
Expand Up @@ -10,7 +10,7 @@

from west import log
from west.commands import WestCommand
from cmake import run_cmake
from zcmake import run_cmake

class Boards(WestCommand):

Expand Down

0 comments on commit 851fa12

Please sign in to comment.