From 2e3c273d53deac8406b0e27edcd98bc4cdc72dfa Mon Sep 17 00:00:00 2001 From: Andre Gaschler Date: Tue, 5 Jul 2016 16:38:02 +0200 Subject: [PATCH] cmake install, spelling --- src/boundingmesh-bin/CMakeLists.txt | 1 + src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp | 4 ++-- src/boundingmesh-gui/CMakeLists.txt | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/boundingmesh-bin/CMakeLists.txt b/src/boundingmesh-bin/CMakeLists.txt index 3488777..16f5e70 100644 --- a/src/boundingmesh-bin/CMakeLists.txt +++ b/src/boundingmesh-bin/CMakeLists.txt @@ -41,6 +41,7 @@ add_test(testBoundingConvexDecompositionTeapot ${CMAKE_BINARY_DIR}/bounding-conv install( TARGETS boundingmesh-bin + bounding-convex-decomposition ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} diff --git a/src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp b/src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp index 2c02ede..2f841b2 100644 --- a/src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp +++ b/src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp @@ -57,9 +57,9 @@ const option::Descriptor usage[] = { {DUMMY, 0, "", "", option::Arg::None, "\nUsage: bounding-convex-decomposition [options] filename [filename_out.wrl]\nSupported input file formats are .off, .obj, .stl and .wrl\n"}, {HELP, 0, "h", "help", option::Arg::None, " --help: Print usage"}, - {TARGET_ERROR, 0, "e", "error", checkFloat, " --error, -e: Bounding mesh error in bounding box length, default is 0.02" }, + {TARGET_ERROR, 0, "e", "error", checkFloat, " --error, -e: Allow bounding mesh error in post-processing, measured in bounding box lengths, default is 0.02" }, {VOXELS, 0, "x", "voxels", checkInt, " --voxels, -x: Use number of voxels, default is 50000" }, - {ALPHA, 0, "a", "alpha", checkFloat, " --alpha, -a: Alpha parameter, increases to number of decomposition, default is 1" }, + {ALPHA, 0, "a", "alpha", checkFloat, " --alpha, -a: Alpha parameter, increases the number of decompositions, default is 1" }, {0,0,0,0,0,0} }; diff --git a/src/boundingmesh-gui/CMakeLists.txt b/src/boundingmesh-gui/CMakeLists.txt index bcebd02..a8098bb 100644 --- a/src/boundingmesh-gui/CMakeLists.txt +++ b/src/boundingmesh-gui/CMakeLists.txt @@ -44,7 +44,6 @@ if(COIN_FOUND AND OPENGL_FOUND AND QT_FOUND AND SOQT_FOUND) ${QT_INCLUDES} ${SOQT_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/../boundingmesh-bin/ - #############${CMAKE_CURRENT_SOURCE_DIR}/../extras/ ) target_link_libraries( boundingmesh-gui