From aefe79693ff12627dcbd30e5250ca395ccc5132b Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 5 Nov 2024 07:04:35 -0800 Subject: [PATCH] fix comment Signed-off-by: Steve Peters --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 963b0a85a..5baa66271 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Detect if we are doing a standalone build of the bindings, using an external gz-math +# Detect if we are doing a standalone build of the bindings, using an external sdformat if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) cmake_minimum_required(VERSION 3.22.1) set(SDF_VER 15)