Skip to content
Snippets Groups Projects
Commit f5a7897d authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Print warning regarding install target using CMake.

parent 45f40503
No related branches found
No related tags found
No related merge requests found
......@@ -97,3 +97,10 @@ set_target_properties(interpreter PROPERTIES BUILD_WITH_INSTALL_RPATH True)
install(TARGETS interpreter DESTINATION bin)
add_subdirectory(src)
# Print warning.
MESSAGE(STATUS "=====================================================")
MESSAGE(STATUS "WARNING: this package has an 'install' target.")
MESSAGE(STATUS "Always run 'make install' in the package directory to")
MESSAGE(STATUS "properly install the Python modules and entities.")
MESSAGE(STATUS "=====================================================")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment