Skip to content

Commit d98cace

Browse files
authored
fix cmake deprecation (#831)
cmake v. 3.5 is deprecated Signed-off-by: Andrea <[email protected]>
1 parent e78f3f4 commit d98cace

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rmw_fastrtps_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.5)
15+
cmake_minimum_required(VERSION 3.20)
1616

1717
project(rmw_fastrtps_cpp)
1818

rmw_fastrtps_dynamic_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.5)
15+
cmake_minimum_required(VERSION 3.20)
1616

1717
project(rmw_fastrtps_dynamic_cpp)
1818

rmw_fastrtps_shared_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.5)
15+
cmake_minimum_required(VERSION 3.20)
1616

1717
project(rmw_fastrtps_shared_cpp)
1818

0 commit comments

Comments
 (0)