Skip to content

Commit

Permalink
Add missing cmake include
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Dec 2, 2024
1 parent 5695a3a commit 46b10ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/jobs/mqtt5_job_execution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ find_package(IotJobs-cpp REQUIRED)
install(TARGETS ${PROJECT_NAME} DESTINATION bin)

if (UNIX AND NOT APPLE)
include(GNUInstallDirs)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_PREFIX_PATH}/${CMAKE_INSTALL_LIBDIR}/cmake")
include(AwsSanitizers)
enable_language(C)
Expand Down

0 comments on commit 46b10ef

Please sign in to comment.