![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/local/share/cmake-3.15/Help/prop_tgt/ |
Upload File : |
IMPORTED_GLOBAL --------------- Indication of whether an :ref:`IMPORTED target <Imported Targets>` is globally visible. The boolean value of this property is True for targets created with the ``IMPORTED`` ``GLOBAL`` options to :command:`add_executable()` or :command:`add_library()`. It is always False for targets built within the project. For targets created with the ``IMPORTED`` option to :command:`add_executable()` or :command:`add_library()` but without the additional option ``GLOBAL`` this is False, too. However, setting this property for such a locally ``IMPORTED`` target to True promotes that target to global scope. This promotion can only be done in the same directory where that ``IMPORTED`` target was created in the first place. Once an imported target has been made global, it cannot be changed back to non-global. Therefore, if a project sets this property, it may only provide a value of True. CMake will issue an error if the project tries to set the property to a non-True value, even if the value was already False.