mirror of https://github.com/CGAL/cgal
missing )
This commit is contained in:
parent
63d2a26c00
commit
4bde1e658e
|
|
@ -4,7 +4,7 @@ if(TARGET CGAL::Eigen3_support)
|
|||
|
||||
find_package(Boost QUIET OPTIONAL_COMPONENTS serialization iostreams)
|
||||
|
||||
if(NOT TARGET Boost::serialization OR NOT TARGET Boost::iostreams
|
||||
if(NOT TARGET Boost::serialization OR NOT TARGET Boost::iostreams)
|
||||
message(STATUS "NOTICE: Boost IO Streams and/or Serialization not found, reading deprecated Classification config files won't be possible.")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue