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
5b4528b1f4
CMake
/
Tests
/
FunctionTest
/
Util.cmake
4 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: change raise_scope signature to be safer for returned varuables
2008-01-03 19:22:33 +03:00
function
(
tester
)
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) Alex
2008-01-18 23:52:54 +03:00
set
(
tester_res
"${CMAKE_CURRENT_LIST_FILE}"
PARENT_SCOPE
)
ENH: change raise_scope signature to be safer for returned varuables
2008-01-03 19:22:33 +03:00
endfunction
(
tester
)