Skip to content

Commit

Permalink
Fix unintentional CMakeList version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clee-ai authored Nov 12, 2021
1 parent 10f6f63 commit 7cad98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if(WITH_TESTS)
endif()

# Find required packages
find_package(LAZPERF 2.1.1 REQUIRED)
find_package(LAZPERF 2.1.0 REQUIRED)

# Enable RPATH support for installed binaries and libraries
include(AddInstallRPATHSupport)
Expand Down Expand Up @@ -122,7 +122,7 @@ install_basic_package_files(${PROJECT_NAME}
VERSION ${${PROJECT_NAME}_VERSION}
COMPATIBILITY AnyNewerVersion
VARS_PREFIX ${PROJECT_NAME}
DEPENDENCIES "LAZPERF 2.1.1 REQUIRED"
DEPENDENCIES "LAZPERF 2.1.0 REQUIRED"
FIRST_TARGET copc-lib
NO_CHECK_REQUIRED_COMPONENTS_MACRO)
# Add the uninstall target
Expand Down

0 comments on commit 7cad98d

Please sign in to comment.