Skip to content

Commit

Permalink
Merge branch 'ogre-1_12' of github.com:rolalaro/visp into ogre-1_12
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jan 7, 2025
2 parents 8a89f86 + d1a0749 commit 24b352e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,9 @@ if(USE_OGRE)
if(NOT ${OGRE_DIR} STREQUAL "")
status(" Ogre dir:" "${OGRE_DIR}")
else()
status(" Ogre dir:" "includes in ${OGRE_INCLUDE_DIR} , core lib in ${OGRE_LIBRARY_REL} , other libs in ${OGRE_PLUGIN_DIR_REL}")
status(" Ogre inc dir:" "${OGRE_INCLUDE_DIR}")
status(" Ogre Main lib:" "${OGRE_LIBRARY_REL}")
status(" Ogre plugin dir:" "${OGRE_PLUGIN_DIR_REL}")
endif()
endif()

Expand Down

0 comments on commit 24b352e

Please sign in to comment.