mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Fix problem on HP
This commit is contained in:
@@ -1 +1 @@
|
||||
const char* foo = "Foo";
|
||||
char* foo = "Foo";
|
||||
|
||||
@@ -1 +1 @@
|
||||
extern const char* foo;
|
||||
extern char* foo;
|
||||
|
||||
Reference in New Issue
Block a user