Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
include
/
CaseMismatch.cmake
blob: 54af68c886655b9af7081cb87a87a514440f5ca7 [
file
] [
edit
]
list
(
PREPEND CMAKE_MODULE_PATH
"${CMAKE_CURRENT_LIST_DIR}/CaseMismatch"
)
include
(
casemodule
)
if
(
NOT case_module_included
)
message
(
FATAL_ERROR
"CaseModule.cmake not included"
)
endif
()