226df303f9
Add policy CMP0061 to maintain compatibility for existing projects.
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
^[^
|
|
]+ --build \. --config "Release"
|
|
[^
|
|
]+ --build \. --config "Release" --target "MyTarget"
|
|
[^
|
|
]+ --build \. --config "Debug"
|
|
[^
|
|
]+ --build \. --config "Debug" --target "MyTarget"
|
|
[^
|
|
]+ --build \. --config "Release"$
|