Skip to content

Commit

Permalink
clean up some cmake warnings (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 29, 2019
1 parent e23984e commit be9fcac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmake/laszip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if (WITH_LASZIP)
set_package_properties(LASzip PROPERTIES TYPE RECOMMENDED
PURPOSE "Provides LASzip compression")
if(LASZIP_FOUND)
set(CMAKE_REQUIRED_LIBRARIES "${LASZIP_LIBRARY}")
include_directories(${LASZIP_INCLUDE_DIR})
mark_as_advanced(CLEAR LASZIP_INCLUDE_DIR)
mark_as_advanced(CLEAR LASZIP_LIBRARY)
Expand Down
1 change: 0 additions & 1 deletion scripts/conda/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ CC=/usr/bin/cc CXX=/usr/bin/c++ cmake -G "$CONFIG" \
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_ICEBRIDGE=ON \
-DBUILD_PLUGIN_PCL=OFF \
-DBUILD_PLUGIN_GREYHOUND=ON \
-DBUILD_PLUGIN_TILEDB=ON \
-DWITH_LAZPERF=ON \
-DWITH_ZSTD=ON \
Expand Down
1 change: 0 additions & 1 deletion vendor/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ if (CMAKE_VERSION VERSION_LESS 3.0)
project(gtest CXX C)
else()
cmake_policy(SET CMP0048 NEW)
project(gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C)
endif()
cmake_minimum_required(VERSION 2.6.4)

Expand Down

0 comments on commit be9fcac

Please sign in to comment.