Skip to content

Commit

Permalink
Added a warning when attempting to use the unmaintained maya plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Avramoussis <[email protected]>
  • Loading branch information
Idclip committed Oct 24, 2023
1 parent 1e6f47a commit 9ecdc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openvdb_maya/openvdb_maya/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
cmake_minimum_required(VERSION 3.18)
project(OpenVDBMaya LANGUAGES CXX)

message(WARNING "The OpenVDB Maya plugin is currently unmaintained. The plugin "
"exists as a reference and may not compile or run correctly.")

###### OpenVDB Maya Options

Expand Down

0 comments on commit 9ecdc8f

Please sign in to comment.