missing )

This commit is contained in:
Andreas Fabri 2024-10-10 07:39:00 +01:00
parent 63d2a26c00
commit 4bde1e658e
1 changed files with 1 additions and 1 deletions

View File

@ -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()