Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2577664
libkazvConfig.cmake
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
libkazvConfig.cmake
View Options
include
(
CMakeFindDependencyMacro
)
find_dependency
(
Boost
)
find_dependency
(
nlohmann_json
)
find_dependency
(
Immer
)
find_dependency
(
Zug
)
find_dependency
(
Lager
)
find_dependency
(
cereal
)
find_dependency
(
Olm
)
set
(
_oldCmakeModulePath
${
CMAKE_MODULE_PATH
}
)
set
(
CMAKE_MODULE_PATH
"${CMAKE_CURRENT_LIST_DIR}"
${
CMAKE_MODULE_PATH
}
)
include
(
"${CMAKE_CURRENT_LIST_DIR}/libkazvTargets.cmake"
)
set
(
libkazvSupportedComponents
job
)
foreach
(
_comp
${
libkazv_FIND_COMPONENTS
}
)
if
(
NOT
";${libkazvSupportedComponents};"
MATCHES
"${_comp}"
)
set
(
libkazv_FOUND
False
)
set
(
libkazv_NOT_FOUND_MESSAGE
"Unsupported component by libkazv: ${_comp}. Supported components: ${libkazvSupportedComponents}"
)
endif
()
include
(
"${CMAKE_CURRENT_LIST_DIR}/libkazv-${_comp}Config.cmake"
OPTIONAL
RESULT_VARIABLE
_compFound
)
if
(
"${_compFound}"
STREQUAL
"NOTFOUND"
)
set
(
libkazv_
${
_comp
}
_FOUND
False
)
else
()
set
(
libkazv_
${
_comp
}
_FOUND
True
)
endif
()
if
(
libkazv_FIND_REQUIRED_
${
_comp
}
)
if
(
"${_compFound}"
STREQUAL
"NOTFOUND"
)
set
(
libkazv_FOUND
False
)
set
(
libkazv_NOT_FOUND_MESSAGE
"Missing component: ${_comp}"
)
endif
()
endif
()
endforeach
()
set
(
CMAKE_MODULE_PATH
${
_oldCmakeModulePath
}
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 11:51 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
234846
Default Alt Text
libkazvConfig.cmake (1 KB)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment