Skip to content
Snippets Groups Projects
Commit 378185fb authored by Brad King's avatar Brad King
Browse files

Tests: Add case for unmatched cmake_policy({PUSH,POP})

parent 29c13856
No related branches found
No related tags found
No related merge requests found
1
^CMake Error at NotClosed.cmake:[0-9]+ \(include\):
cmake_policy PUSH without matching POP
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)$
cmake_policy(PUSH)
1
^CMake Error at NotOpened.cmake:[0-9]+ \(cmake_policy\):
cmake_policy POP without matching PUSH
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)$
cmake_policy(POP)
include(RunCMake)
run_cmake(NotClosed)
run_cmake(NotOpened)
run_cmake(parent-dir-generate-time)
run_cmake(dir-in-macro-generate-time)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment