Skip to content

Commit

Permalink
fixing typo in maya config
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 6, 2022
1 parent e886e1e commit ac25227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MayaConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else()

endif()

set(PYTHON_LIB "${PROJECT_SOURCE_DIR}/os/${PYTHON_OS_NAME}/${PYBIND11_PYTHON_VERSION}/lib/${{PYTHON_LIB_FILENAME}")
set(PYTHON_LIB "${PROJECT_SOURCE_DIR}/os/${PYTHON_OS_NAME}/${PYBIND11_PYTHON_VERSION}/lib/${PYTHON_LIB_FILENAME}")

message("Python library set to: ${PYTHON_LIB}")
message("Python include set to: ${PYTHON_INCLUDE_DIR}")
Expand Down

0 comments on commit ac25227

Please sign in to comment.