Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add code coverage for simgrid compilation
[simgrid.git] / buildtools / CPACK / src / gras_config.h.in
similarity index 98%
rename from buildtools/CPACK/tmp/test_gras_config.h.in
rename to buildtools/CPACK/src/gras_config.h.in
index 00bbdd8..fed5e37 100644 (file)
@@ -1,3 +1,5 @@
+//This document is maded by user
+//With Cmake it creates gras_config.h in <projectdirectory>/src
 
 /* Define if building universal (internal helper macro) */
 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
@@ -6,7 +8,7 @@
 #cmakedefine AC_CONFIGURE_ARGS @AC_CONFIGURE_ARGS@
 
 /* Path to the addr2line tool */
-#cmakedefine ADDR2LINE @ADDR2LINE@
+#cmakedefine ADDR2LINE "@ADDR2LINE@"
 
 /* Predefined possible va_copy() implementation (id: ASP) */
 #cmakedefine __VA_COPY_USE_ASP @__VA_COPY_USE_ASP@