Fix merging error

This commit is contained in:
Maxime Gimeno 2020-10-28 08:45:29 +01:00
parent 6b4734feff
commit aa26d7a58b
1 changed files with 0 additions and 9 deletions

View File

@ -83,15 +83,6 @@ if(WITH_CGAL_Qt5)
endif()
endif()
if(WIN32 OR CMAKE_SYSTEM_NAME STREQUAL Windows)
add_executable(display_dll_version_info display_dll_version_info.cpp)
target_link_libraries(display_dll_version_info version)
add_executable(test_gmp_mpfr_dll test_gmp_mpfr_dll.cpp)
target_link_libraries(test_gmp_mpfr_dll version)
cgal_add_test(test_gmp_mpfr_dll)
add_to_cached_list(CGAL_EXECUTABLE_TARGETS test_gmp_mpfr_dll)
endif()
find_package(LEDA QUIET)
if(LEDA_FOUND)
include(${LEDA_USE_FILE})