Qhull.patch 1015 B

123456789101112131415161718192021222324252627282930313233
  1. --- CMakeLists.txt 2020-08-04 20:37:02.000000000 -0700
  2. +++ CMakeLists.txt 2022-08-14 12:02:28.000000000 -0700
  3. @@ -339,21 +339,21 @@
  4. include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
  5. -if(CMAKE_BUILD_TYPE MATCHES "[dD]ebug")
  6. - set(qhull_CPP qhullcpp_d)
  7. - set(qhull_SHARED qhull_d)
  8. - set(qhull_SHAREDP qhull_pd)
  9. - set(qhull_SHAREDR qhull_rd)
  10. - set(qhull_STATIC qhullstatic_d)
  11. - set(qhull_STATICR qhullstatic_rd)
  12. -else()
  13. +#if(CMAKE_BUILD_TYPE MATCHES "[dD]ebug")
  14. +# set(qhull_CPP qhullcpp_d)
  15. +# set(qhull_SHARED qhull_d)
  16. +# set(qhull_SHAREDP qhull_pd)
  17. +# set(qhull_SHAREDR qhull_rd)
  18. +# set(qhull_STATIC qhullstatic_d)
  19. +# set(qhull_STATICR qhullstatic_rd)
  20. +#else()
  21. set(qhull_CPP qhullcpp)
  22. set(qhull_SHARED libqhull) # Temporarily avoid name conflict with qhull executable
  23. set(qhull_SHAREDP qhull_p)
  24. set(qhull_SHAREDR qhull_r)
  25. set(qhull_STATIC qhullstatic)
  26. set(qhull_STATICR qhullstatic_r)
  27. -endif()
  28. +#endif()
  29. set(
  30. qhull_TARGETS_INSTALL