mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
ENH: Remove warning
This commit is contained in:
+1
-2
@@ -267,9 +267,8 @@ bool cmGlob::FindFiles(const std::string& inexpr)
|
||||
expr += "/" + inexpr;
|
||||
}
|
||||
|
||||
int skip = 0;
|
||||
|
||||
#if defined( CM_GLOB_SUPPORT_NETWORK_PATHS )
|
||||
int skip = 0;
|
||||
// Handle network paths
|
||||
if ( expr[0] == '/' && expr[1] == '/' )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user