Skip to content

Commit

Permalink
Update the version string property with the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Dec 6, 2023
1 parent d2bb957 commit d36276e
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 @@ -37,7 +37,7 @@ option(MEMORY_SANITIZER "Build with MemorySanitizer" OFF)
option(THREAD_SANITIZER "Build with ThreadSanitizer" OFF)
option(UNDEFINED_BEHAVIOR_SANITIZER "Build with UndefinedBehaviorSanitizer" OFF)

add_definitions(-DCPP_VERSION_STRING=\"${PROJECT_VERSION}\")
add_definitions(-DCPP_VERSION_STRING=\"${KINESIS_VIDEO_PRODUCER_CPP_VERSION}\")

set(CMAKE_MACOSX_RPATH TRUE)
get_filename_component(ROOT "${CMAKE_CURRENT_SOURCE_DIR}" ABSOLUTE)
Expand Down

0 comments on commit d36276e

Please sign in to comment.