Bill Hoffman 24 anni fa
parent
commit
cd0e978ca1

+ 1 - 1
Tests/Complex/Library/sharedFile.h

@@ -5,7 +5,7 @@
 #  define CMakeTest_EXPORT __declspec(dllimport)
 #endif
 #else
-// unix needs nothing
+/* unix needs nothing */
 #define CMakeTest_EXPORT
 #endif
 

+ 1 - 1
Tests/ComplexOneConfig/Library/sharedFile.h

@@ -5,7 +5,7 @@
 #  define CMakeTest_EXPORT __declspec(dllimport)
 #endif
 #else
-// unix needs nothing
+/* unix needs nothing */
 #define CMakeTest_EXPORT
 #endif
 

+ 1 - 1
Tests/ComplexRelativePaths/Library/sharedFile.h

@@ -5,7 +5,7 @@
 #  define CMakeTest_EXPORT __declspec(dllimport)
 #endif
 #else
-// unix needs nothing
+/* unix needs nothing */
 #define CMakeTest_EXPORT
 #endif