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
06a8dc7003
CMake
/
Tests
/
RunCMake
/
add_subdirectory
/
RunCMakeTest.cmake
6 lines
82 B
CMake
Raw
Normal View
History
Unescape
Escape
add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) Refactoring in commit v3.3.0-rc1~76^2 (cmMakefile: Handle CMP0014 before configuring the generator, 2015-05-14) accidentally left the file name "/CMakeLists.txt" in the error message. Remove it and add a test case.
2015-08-04 23:39:31 +03:00
include
(
RunCMake
)
run_cmake
(
DoesNotExist
)
run_cmake
(
Missing
)
Tests: Add case for add_subdirectory inside a function
2015-11-23 18:51:37 +03:00
run_cmake
(
Function
)