Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
steleman authored Oct 31, 2023
1 parent b7b012d commit c746929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set(PYTHON_VERSIONS 3.9;3.10;3.11;3.12;3.13)
set(GOOD_PYTHON_FOUND FALSE)

message(STATUS: "Python Before Loop:")
message(STATUS: "Python3_FOUND: ${Python3_FOUND")
message(STATUS: "Python3_FOUND: ${Python3_FOUND}")
message(STATUS: "Python3_Interpreter_FOUND: ${Python3_Interpreter_FOUND}")

foreach(X IN LISTS PYTHON_VERSIONS)
Expand Down

0 comments on commit c746929

Please sign in to comment.