Skip to content

Commit

Permalink
Update CMakeLists.txt adjust warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby authored Nov 10, 2024
1 parent a6435a3 commit e0aa82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()

if(LIBCELLML_BINDINGS_PYTHON)
if(NOT LIBCELLML_BUILD_SHARED)
message(WARNING "The Python bindings are not intended to work with static libraries.")
message(WARNING "It is **not** recommended to build the Python bindings with static libraries.")
endif()
add_subdirectory(python)
endif()
Expand Down

0 comments on commit e0aa82e

Please sign in to comment.