ports/cad/libbgcode/files/patch-CMakeLists.txt
Michael Zhilin 9784fb237c cad/libbgcode: new port
It is required by PrusaSlicer 2.7+. This port provides library and
binary to work with g-code (read/write/convert)

Reported by: Teodor Sigaev <teodorsigaev@gmail.com>
Reviewed by: lwhsu (mentor)
Sponsored by: Postgres Professional
Differential Revision: https://reviews.freebsd.org/D44257
2024-03-28 22:31:42 +03:00

13 lines
432 B
Text

--- CMakeLists.txt.orig 2024-03-06 18:20:01 UTC
+++ CMakeLists.txt
@@ -27,10 +27,6 @@ endif ()
include(deps/autobuild.cmake)
endif ()
-if (NOT CMAKE_DEBUG_POSTFIX)
- set(CMAKE_DEBUG_POSTFIX "d")
-endif ()
-
include(CMakeDependentOption)
cmake_dependent_option(${PROJECT_NAME}_BUILD_COMPONENT_Convert "Include Convert component in the library" ON
"${PROJECT_NAME}_BUILD_COMPONENT_Binarize" OFF)