Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 24, 2015
2 parents c6345bf + 8aa6064 commit 9d9e701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -65,7 +65,7 @@ ENDIF("${isSystemDir}" STREQUAL "-1")

# wipe lib/ drectory on clean. It will have plugins that could be out of date
# in the next build
set_directory_properties(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${PDAL_OUTPUT_LIB_DIR}")
set_directory_properties(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${PDAL_OUTPUT_LIB_DIR}/*")

if(WIN32)
add_definitions("-DPDAL_DLL_EXPORT=1")
Expand Down
1 change: 1 addition & 0 deletions plugins/hexbin/test/HexbinFilterTest.cpp
Expand Up @@ -61,6 +61,7 @@ TEST(HexbinFilterTest, HexbinFilterTest_test_1)

Options options;
options.add("filename", Support::datapath("las/hextest.las"));
options.add("output_tesselation", true);
options.add("sample_size", 5000, "Number of samples to use "
"when estimating hexagon edge size. Specify 0.0 for edge_size if "
"you want to compute one.");
Expand Down

0 comments on commit 9d9e701

Please sign in to comment.