mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -553,7 +553,7 @@ function(get_defines OUTPUT_VAR)
|
||||
set(${OUTPUT_VAR} ${__tmp_var} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
if(NOT MSVC AND (CMAKE_VERSION VERSION_GREATER 2.8.7))
|
||||
if(NOT MSVC)
|
||||
function(add_object_library _target)
|
||||
add_library(${_target} OBJECT ${ARGN})
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user