Skip to content

Commit

Permalink
link to DRACO_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 10, 2021
1 parent 7351c22 commit a784257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/draco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PDAL_ADD_PLUGIN(reader_libname reader draco
FILES
io/DracoReader.cpp
LINK_WITH
${DRACO_LIBRARY}
${DRACO_LIBRARIES}
INCLUDES
${DRACO_INCLUDE_DIRS}
${NLOHMANN_INCLUDE_DIR}
Expand All @@ -36,7 +36,7 @@ PDAL_ADD_PLUGIN(writer_libname writer draco
FILES
io/DracoWriter.cpp
LINK_WITH
${DRACO_LIBRARY}
${DRACO_LIBRARIES}
INCLUDES
${DRACO_INCLUDE_DIRS}
${NLOHMANN_INCLUDE_DIR}
Expand Down

0 comments on commit a784257

Please sign in to comment.