Skip to content

Commit

Permalink
Enable FTDIDEV by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk-sa committed Mar 26, 2023
1 parent 4c78e1c commit ae324ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SET ( DEFAULT_BONJOUR ON )
SET ( DEFAULT_MQTT ON )
SET ( DEFAULT_STATIC_QT_PLUGINS OFF )
SET ( DEFAULT_PRECOMPILED_HEADERS ON )
SET ( DEFAULT_ENABLE_FTDIDEV OFF )
SET ( DEFAULT_ENABLE_FTDIDEV ON )

# Configure CCache if available
find_program(CCACHE_FOUND ccache)
Expand Down

0 comments on commit ae324ed

Please sign in to comment.