⚝
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 :
~
/
proc
/
1856814
/
root
/
usr
/
share
/
cmake
/
Help
/
policy
/
View File Name :
CMP0143.rst
CMP0143 ------- .. versionadded:: 3.26 :prop_gbl:`USE_FOLDERS` global property is treated as ``ON`` by default. When using CMake 3.25 or earlier, :prop_gbl:`USE_FOLDERS` is treated as ``OFF`` by default unless projects enable the feature. For example: .. code-block:: cmake cmake_minimum_required(VERSION 3.25) project(foobar LANGUAGES CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) CMake 3.26 and later prefer to enable the feature by default. Note that it is the policy setting at the `end` of the top level ``CMakeLists.txt`` file that matters. The policy setting applies globally to the whole project. This policy provides compatibility with projects that have not been updated to expect enabling of folders. Enabling folders causes projects to appear differently in IDEs. The policy was introduced in CMake version 3.26. Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly. Unlike many policies, CMake version |release| does *not* warn when this policy is not set and simply uses ``OLD`` behavior. .. include:: DEPRECATED.txt