Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_399' into 'master'
Browse files Browse the repository at this point in the history
Fix cmake file for gprof (GitHub PR)

Closes AEGHB-792

See merge request ae_group/esp-iot-solution!1089
  • Loading branch information
leeebo committed Sep 24, 2024
2 parents dacd9f3 + 8dd4474 commit de6abfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/gprof/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ idf_component_register(SRCS ${srcs}
REQUIRES "spi_flash" "app_update")

include(package_manager)
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
if(CONFIG_GPROF_ENABLE)
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
endif()

0 comments on commit de6abfb

Please sign in to comment.