From 9e27c7cd2b89e35b173ca03701396ffda99e1c25 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 21:28:40 +0000 Subject: [PATCH] style: pre-commit fixes --- tools/FindPythonLibsNew.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/FindPythonLibsNew.cmake b/tools/FindPythonLibsNew.cmake index 5ca6e2c1834..0842920bf25 100644 --- a/tools/FindPythonLibsNew.cmake +++ b/tools/FindPythonLibsNew.cmake @@ -269,7 +269,7 @@ mark_as_advanced(PYTHON_LIBRARY PYTHON_INCLUDE_DIR) # module. set(PYTHON_INCLUDE_DIRS "${PYTHON_INCLUDE_DIR}") if(NOT DEFINED PYTHON_LIBRARIES) - set(PYTHON_LIBRARIES "${PYTHON_LIBRARY}") + set(PYTHON_LIBRARIES "${PYTHON_LIBRARY}") endif() if(NOT PYTHON_DEBUG_LIBRARY) set(PYTHON_DEBUG_LIBRARY "")