Skip to content

Commit

Permalink
fix test/Installation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 1, 2023
1 parent 980b04e commit dea756e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
7 changes: 1 addition & 6 deletions Installation/test/Installation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,8 @@ 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 PRIVATE version)
add_executable(test_gmp_mpfr_dll test_gmp_mpfr_dll.cpp)
create_single_source_cgal_program(test_gmp_mpfr_dll.cpp)
target_link_libraries(test_gmp_mpfr_dll PRIVATE version)
use_CGAL_GMP_support(test_gmp_mpfr_dll)
CGAL_add_test(test_gmp_mpfr_dll)
add_to_cached_list( CGAL_EXECUTABLE_TARGETS test_gmp_mpfr_dll )
string(RANDOM RDM_DIR)#5 random chars to avoid conflicts in parallel testsuites
set(NON_STANDARD_INSTALL_PREFIX $ENV{TEMP}/${RDM_DIR})
else()
Expand Down
55 changes: 0 additions & 55 deletions Installation/test/Installation/display_dll_version_info.cpp

This file was deleted.

0 comments on commit dea756e

Please sign in to comment.