sitara_depot/utils/FileToSharedMem/RepositoryPath.cmake

10 lines
252 B
CMake
Raw Permalink Normal View History

2024-07-01 12:29:22 +03:00
# Specify the path to dependencies' git repositories
cmake_path(SET cxxopts_path "git@sofdev:External/cxxopts.git")
if (
NOT DEFINED cxxopts_path)
message(FATAL_ERROR "Path to the dependency git repository is not specified")
endif()