Skip to content

Commit

Permalink
do not re-generate tables on each build
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekkupper committed Feb 22, 2024
1 parent ea79ddd commit a4d922c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ExternalProject_Add(hid-usage-tables
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E chdir <SOURCE_DIR> python <SOURCE_DIR>/src/hid/codegen/cpp.py ${USAGE_TABLES_OUTPUT_DIR}
BUILD_COMMAND ""
INSTALL_COMMAND ""
UPDATE_DISCONNECTED TRUE
)

# the library itself
Expand Down

0 comments on commit a4d922c

Please sign in to comment.