Skip to content

Commit

Permalink
cmake install, spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gaschler committed Jul 5, 2016
1 parent d14657e commit 2e3c273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/boundingmesh-bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions src/boundingmesh-bin/bounding-convex-decomposition-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};

Expand Down
1 change: 0 additions & 1 deletion src/boundingmesh-gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e3c273

Please sign in to comment.