mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-19 06:18:40 -05:00
c8997fc046
Fixes: #26556
4 lines
102 B
CMake
4 lines
102 B
CMake
project(DependsMultipleDifferentNamespace CXX)
|
|
set(NAMESPACE "")
|
|
include(DependsMultipleCommon.cmake)
|