fix boost library path variable

pull/80/head
Stefan Biereigel 2020-02-13 22:49:07 +01:00 committed by Thorsten Liebig
parent 9017d91594
commit 06aa959f29
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ find_package(Boost 1.46 COMPONENTS
chrono
REQUIRED
)
message(STATUS "Boost_INCLUDE_DIR: ${Boost_INCLUDE_DIR}")
message(STATUS "Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS}")
message(STATUS "Boost_LIBRARIES: ${Boost_LIBRARIES}")
INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIR})
INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
# vtk
find_package(VTK COMPONENTS vtkIOXML vtkIOGeometry vtkIOLegacy vtkIOPLY NO_MODULE REQUIRED)