EXCLUDE_FROM_ALL — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpEXCLUDE_FROM_ALL — CMake 3.23.0-rc1 Documentation EXCLUDE_FROM_ALL ¶ Set this directory property to a true value on a subdirectory to exclude its targets from the "all" target of its ancestors. If excluded, running e.g. make in the parent directory will not build targets the subdirectory by default.
EXCLUDE_FROM_ALL — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpEXCLUDE_FROM_ALL — CMake 3.23.0-rc1 Documentation EXCLUDE_FROM_ALL ¶ Set this target property to a true (or false) value to exclude (or include) the target from the "all" target of the containing directory and its ancestors. If excluded, running e.g. make in the containing directory or its ancestors will not build the target by default.