Fix CMakeLists

This commit is contained in:
Simon Giraudot 2020-04-02 08:30:13 +02:00
parent daa7983aa1
commit f4e52069a5
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ foreach(target
example_mesh_classification
example_cluster_classification
example_opencv_random_forest
example_tensorflow_neural_network)
example_tensorflow_neural_network
example_deprecated_conversion)
if(TARGET ${target})
CGAL_target_use_Eigen(${target})