mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
refactor: don't use a macro for a single line
This commit is contained in:
parent
eb9e507a1f
commit
86cca8a0d1
@ -26,11 +26,6 @@ macro(configure_build)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
|
||||
endif()
|
||||
|
||||
configure_file_shared()
|
||||
|
||||
endmacro()
|
||||
|
||||
macro(configure_file_shared)
|
||||
configure_file(${PROJECT_SOURCE_DIR}/src/lib/gui/gui_config.h.in
|
||||
${PROJECT_BINARY_DIR}/config/gui_config.h)
|
||||
endmacro()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user