mirror of https://github.com/CGAL/cgal
Merge pull request #2807 from maxGimeno/Fedora_32-Fix_error-GF
Fix Fedora_32 errors in the testsuite
This commit is contained in:
commit
452b2360a1
|
|
@ -67,7 +67,7 @@ if (CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND QGLVIEWER_FOUND AND TARGET Q
|
||||||
add_to_cached_list( CGAL_EXECUTABLE_TARGETS periodic_3_triangulation_3_demo)
|
add_to_cached_list( CGAL_EXECUTABLE_TARGETS periodic_3_triangulation_3_demo)
|
||||||
|
|
||||||
target_link_libraries(periodic_3_triangulation_3_demo PRIVATE
|
target_link_libraries(periodic_3_triangulation_3_demo PRIVATE
|
||||||
CGAL::CGAL CGAL::CGAL_Qt5 Qt5::OpenGL Qt5::Help ${QGLVIEWER_LIBRARIES})
|
CGAL::CGAL CGAL::CGAL_Qt5 Qt5::OpenGL ${QGLVIEWER_LIBRARIES})
|
||||||
|
|
||||||
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
|
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
|
||||||
cgal_add_compilation_test(periodic_3_triangulation_3_demo)
|
cgal_add_compilation_test(periodic_3_triangulation_3_demo)
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND QGLVIEWER_FOUND AND TARGET
|
||||||
add_to_cached_list( CGAL_EXECUTABLE_TARGETS Periodic_Lloyd_3 )
|
add_to_cached_list( CGAL_EXECUTABLE_TARGETS Periodic_Lloyd_3 )
|
||||||
|
|
||||||
target_link_libraries( Periodic_Lloyd_3 PRIVATE
|
target_link_libraries( Periodic_Lloyd_3 PRIVATE
|
||||||
CGAL::CGAL CGAL::CGAL_Qt5 Qt5::OpenGL Qt5::Help
|
CGAL::CGAL CGAL::CGAL_Qt5 Qt5::OpenGL
|
||||||
${QGLVIEWER_LIBRARIES} )
|
${QGLVIEWER_LIBRARIES} )
|
||||||
|
|
||||||
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
|
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue