MOve to version 10.0
This commit is contained in:
@@ -69,9 +69,9 @@ else
|
|||||||
|
|
||||||
echo "Copying all required libraries of OpenMesh to the systemlib directory"
|
echo "Copying all required libraries of OpenMesh to the systemlib directory"
|
||||||
if [ "$BUILD_TYPE" == "release" ]; then
|
if [ "$BUILD_TYPE" == "release" ]; then
|
||||||
ldd Build/lib/libOpenMeshCore.so.9.1 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
|
ldd Build/lib/libOpenMeshCore.so.10.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
|
||||||
else
|
else
|
||||||
ldd Build/lib/libOpenMeshCored.so.9.1 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
|
ldd Build/lib/libOpenMeshCored.so.10.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ enable_testing()
|
|||||||
|
|
||||||
|
|
||||||
project (OpenMesh
|
project (OpenMesh
|
||||||
VERSION 9.1.0
|
VERSION 10.0.0
|
||||||
LANGUAGES C CXX )
|
LANGUAGES C CXX )
|
||||||
|
|
||||||
# Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher
|
# Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# OpenMesh, 9.1
|
# OpenMesh, 10.0
|
||||||
|
|
||||||
[](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)
|
[](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user