Przeglądaj źródła

start 1.7.7

master
Sascha Kratky 10 lat temu
rodzic
commit
c999d641a7
2 zmienionych plików z 4 dodań i 4 usunięć
  1. +3
    -3
      CMake/cotire.cmake
  2. +1
    -1
      license

+ 3
- 3
CMake/cotire.cmake Wyświetl plik

@@ -3,7 +3,7 @@
# See the cotire manual for usage hints. # See the cotire manual for usage hints.
# #
#============================================================================= #=============================================================================
# Copyright 2012-2015 Sascha Kratky
# Copyright 2012-2016 Sascha Kratky
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation # obtaining a copy of this software and associated documentation
@@ -43,7 +43,7 @@ if (NOT CMAKE_SCRIPT_MODE_FILE)
endif() endif()


set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}") set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}")
set (COTIRE_CMAKE_MODULE_VERSION "1.7.6")
set (COTIRE_CMAKE_MODULE_VERSION "1.7.7")


# activate select policies # activate select policies
if (POLICY CMP0025) if (POLICY CMP0025)
@@ -331,7 +331,7 @@ function (cotire_get_target_usage_requirements _target _targetRequirementsVar)
list (FIND _targetRequirements ${_library} _index) list (FIND _targetRequirements ${_library} _index)
if (_index LESS 0) if (_index LESS 0)
list (APPEND _targetRequirements ${_library}) list (APPEND _targetRequirements ${_library})
# process transitive libraries
# BFS traversal of transitive libraries
get_target_property(_libraries ${_library} INTERFACE_LINK_LIBRARIES) get_target_property(_libraries ${_library} INTERFACE_LINK_LIBRARIES)
if (_libraries) if (_libraries)
list (APPEND _librariesToProcess ${_libraries}) list (APPEND _librariesToProcess ${_libraries})


+ 1
- 1
license Wyświetl plik

@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 Sascha Kratky
Copyright (c) 2012-2016 Sascha Kratky


Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation


Ładowanie…
Anuluj
Zapisz