This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
40c0482153
CMake
/
Tests
/
RunCMake
/
CMP0040
/
CMP0040-WARN-missing-target...
5 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
Add policy CMP0040 to disallow custom commands on missing targets
2013-11-20 12:53:06 +04:00
add_custom_command
(
TARGET
foobar
PRE_BUILD
Tests: Fix RunCMake.CMP0040 custom command syntax
2016-08-24 17:56:53 +03:00
C
O
M
M
A
N
D
$
{
C
M
A
K
E
_
C
O
M
M
A
N
D
}
-
E
h
e
l
l
o
w
o
r
l
d
Add policy CMP0040 to disallow custom commands on missing targets
2013-11-20 12:53:06 +04:00
)