build: remove unused DESKFLOW_REVISION and DESKFLOW_VERSION_STAGE defines
This commit is contained in:
committed by
Chris Rizzitello
parent
25660049e4
commit
18bc419b7a
@ -63,11 +63,6 @@ target_link_libraries(
|
||||
Qt6::Widgets
|
||||
Qt6::Network)
|
||||
|
||||
target_compile_definitions(
|
||||
${target} PRIVATE -DDESKFLOW_VERSION_STAGE="${DESKFLOW_VERSION_STAGE}")
|
||||
target_compile_definitions(${target}
|
||||
PRIVATE -DDESKFLOW_REVISION="${DESKFLOW_REVISION}")
|
||||
|
||||
if(WIN32)
|
||||
set_target_properties(${target} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LIBCMT")
|
||||
elseif(APPLE)
|
||||
|
||||
Reference in New Issue
Block a user