Skip to content

Commit

Permalink
set c++ version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Dec 15, 2023
1 parent b02b8de commit 145bfbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package ROS 2 Whisper
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1.2.1 (2023-12-15)
------------------
* `whisper_cpp_vendor`: Set C++ standard to C++11 for target

1.2.0 (2023-11-19)
------------------
* `whisper_util`: Upgrade to `whisper.cpp` 1.5.0 release https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.0 (full CUDA backend)
Expand Down
4 changes: 3 additions & 1 deletion whisper_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ set_target_properties(
whisper PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES
$<INSTALL_INTERFACE:.>
)
CXX_STANDARD
11
)

# install ggml header
install(
Expand Down

0 comments on commit 145bfbb

Please sign in to comment.