Skip to content
Snippets Groups Projects
Commit f12fa0b0 authored by Brad King's avatar Brad King
Browse files

COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.

parent 4aee3d57
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
// forward declare the implementation class
class SystemInformationImplementation;
class SystemInformation
class @KWSYS_NAMESPACE@_EXPORT SystemInformation
{
public:
......
......@@ -4,7 +4,7 @@
SET(KWSYS_DATE_STAMP_YEAR 2008)
# KWSys version date month component. Format is MM.
SET(KWSYS_DATE_STAMP_MONTH 02)
SET(KWSYS_DATE_STAMP_MONTH 03)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 27)
SET(KWSYS_DATE_STAMP_DAY 11)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment