mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
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
13 lines
432 B
Text
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)
|