|
osgart 用cmake编译不通过啊
CMake Error at etc/cmake/parse_OSG_version.cmake:18 (string):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:53 (check_osg_version)
CMake Error at src/osgART/CMakeLists.txt:56 (set_target_properties):
set_target_properties called with incorrect number of arguments.
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OSGVIEWER_LIBRARY
linked by target "osgartviewer" in directory F:/ar/osg/osgART_2.0_RC3/osgART_2.0_RC3/applications/osgartviewer
linked by target "osgartsimple" in directory F:/ar/osg/osgART_2.0_RC3/osgART_2.0_RC3/examples/osgartsimple
linked by target "osgartvideobackground" in directory F:/ar/osg/osgART_2.0_RC3/osgART_2.0_RC3/examples/osgartvideobackground
linked by target "osgartpick" in directory F:/ar/osg/osgART_2.0_RC3/osgART_2.0_RC3/examples/osgartpick
linked by target "osgartsimplestats" in directory F:/ar/osg/osgART_2.0_RC3/osgART_2.0_RC3/examples/osgartsimplestats
Configuring incomplete, errors occurred!
这是怎么回事啊
osg能直接用vs编译不? |
|