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
300ce2481e
CMake
/
Tests
/
RunCMake
/
include
/
EmptyString.cmake
2 lines
12 B
CMake
Raw
Normal View
History
Unescape
Escape
include: Ignore empty string as file name (#13388) Previously CMake silently accepted the empty string and added a bogus dependency on the current directory. Instead warn about the empty file name and ignore it. We cannot make this an error because there may be existing projects that accidentally depend on the old behavior. Add a RunCMake.include test to cover this case.
2012-07-10 18:55:02 +04:00
include
(
""
)