summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-06-04 14:12:55 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2024-06-04 14:12:55 (GMT)
commit4178ab928f7e09ad453ec79815de79b9aab780a3 (patch)
tree4a35fcccf93782cb73fa35f11e4f83107068e5e1
parent601fab1f05b866a2d50714170b821e7d0c8180c8 (diff)
downloadCMake-4178ab928f7e09ad453ec79815de79b9aab780a3.zip
CMake-4178ab928f7e09ad453ec79815de79b9aab780a3.tar.gz
CMake-4178ab928f7e09ad453ec79815de79b9aab780a3.tar.bz2
FindPython: Fix spelling error
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 4048bfe..41a3f10 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1552,7 +1552,7 @@ if(BUILD_TESTING)
set(CMake_TEST_FindPython2 TRUE)
set(CMake_TEST_FindPython3 TRUE)
endif()
- if(CMake_TEST_FindPython_SABIMOdule)
+ if(CMake_TEST_FindPython_SABIModule)
set(CMake_TEST_FindPython2_SABIModule TRUE)
set(CMake_TEST_FindPython3_SABIModule TRUE)
endif()