mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -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