Skip to content

Commit

Permalink
fix build for 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsont-oci committed Sep 18, 2023
1 parent c7d60e6 commit 653f912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0)

project(opendds-monitor VERSION 0.0.1 LANGUAGES CXX)

cmake_policy(SET CMP0057 NEW)

find_package(OpenDDS REQUIRED)

add_subdirectory(thirdparty/OpenDDW)
Expand Down

0 comments on commit 653f912

Please sign in to comment.