Skip to content

Commit

Permalink
fix(examples/linesplitter): Fix CMake Build (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Jul 28, 2023
1 parent 31ed814 commit b0e90f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/linesplitter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.

project(linesplitter)
cmake_minimum_required(VERSION 3.14)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit b0e90f8

Please sign in to comment.