mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[CMAKE]
* Simplify the last occurrence of the transitional check (we have RosBE 2.1 now). svn path=/trunk/; revision=60242
This commit is contained in:
parent
67e54eab08
commit
d17bf78d8f
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ function(get_defines OUTPUT_VAR)
|
||||||
set(${OUTPUT_VAR} ${__tmp_var} PARENT_SCOPE)
|
set(${OUTPUT_VAR} ${__tmp_var} PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
if(NOT MSVC AND (CMAKE_VERSION VERSION_GREATER 2.8.7))
|
if(NOT MSVC)
|
||||||
function(add_object_library _target)
|
function(add_object_library _target)
|
||||||
add_library(${_target} OBJECT ${ARGN})
|
add_library(${_target} OBJECT ${ARGN})
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
Loading…
Reference in a new issue