mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Merge branch 'fix-doc-typos' into release
This commit is contained in:
@@ -5,7 +5,7 @@ Set the minimum required version of cmake for a project.
|
||||
|
||||
::
|
||||
|
||||
cmake_minimum_required(VERSION major[.minor[.patch[.tweak]]]
|
||||
cmake_minimum_required(VERSION major.minor[.patch[.tweak]]
|
||||
[FATAL_ERROR])
|
||||
|
||||
If the current version of CMake is lower than that required it will
|
||||
|
||||
@@ -427,7 +427,7 @@ specified will be calculated:
|
||||
)
|
||||
|
||||
add_library(lib1Version3 SHARED lib1_v3.cpp)
|
||||
set_property(TARGET lib1Version2 PROPERTY INTERFACE_CONTAINER_SIZE_REQUIRED 1000)
|
||||
set_property(TARGET lib1Version3 PROPERTY INTERFACE_CONTAINER_SIZE_REQUIRED 1000)
|
||||
|
||||
add_executable(exe1 exe1.cpp)
|
||||
# CONTAINER_SIZE_REQUIRED will be "200"
|
||||
|
||||
Reference in New Issue
Block a user