build: rm unneeed configure_ninja steps
This commit is contained in:
committed by
Chris Rizzitello
parent
57f6248b6a
commit
5d591e3518
@ -16,7 +16,6 @@
|
||||
|
||||
macro(configure_definitions)
|
||||
|
||||
configure_ninja()
|
||||
configure_options()
|
||||
|
||||
set(INTEG_TESTS_BIN integtests)
|
||||
@ -37,18 +36,6 @@ macro(configure_definitions)
|
||||
|
||||
endmacro()
|
||||
|
||||
macro(configure_ninja)
|
||||
# use response files so that ninja can compile on windows, otherwise you get
|
||||
# an error when linking qt: "The input line is too long."
|
||||
set(CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1)
|
||||
set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS 1)
|
||||
set(CMAKE_C_RESPONSE_FILE_LINK_FLAG "@")
|
||||
set(CMAKE_CXX_RESPONSE_FILE_LINK_FLAG "@")
|
||||
set(CMAKE_NINJA_FORCE_RESPONSE_FILE
|
||||
1
|
||||
CACHE INTERNAL "")
|
||||
endmacro()
|
||||
|
||||
macro(configure_options)
|
||||
|
||||
set(DEFAULT_BUILD_GUI ON)
|
||||
|
||||
Reference in New Issue
Block a user