⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake
/
Help
/
variable
/
View File Name :
CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst
CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS --------------------------------- .. versionadded:: 3.8 This variable contains a list of env vars as a list of tokens with the syntax ``var=value``. Example: .. code-block:: cmake set(CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS "FOO=FOO1\;FOO2\;FOON" "BAR=BAR1\;BAR2\;BARN" "BAZ=BAZ1\;BAZ2\;BAZN" "FOOBAR=FOOBAR1\;FOOBAR2\;FOOBARN" "VALID=" ) In case of malformed variables CMake will fail: .. code-block:: cmake set(CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS "THIS_IS_NOT_VALID" )