From 5298602a43791e0cf9807702ba8c683d25d3a16d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 29 Jan 2013 17:52:14 +0100 Subject: [PATCH] improve a comment in a little corner --- buildtools/Cmake/src/internal_config.h.in | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index bf62388b82..6bb2129123 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -1,5 +1,13 @@ -// /buildtools/Cmake/internal_config.h.in is user-written. -// With Cmake it creates /src/internal_config.h +/* internal_config.h -- characteristics of the platform, as probed by Cmake */ + +/* This file is AUTOMATICALLY GENERATED by Cmake. Edit the following + template instead buildtools/Cmake/src/internal_config.h.in */ + +/* Copyright (c) 2004-2013. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* Set somes variables for Windows compilation */ @@ -288,9 +296,6 @@ /* Define to 1 if you can safely include both and . */ #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@ -/* Version number of package */ -#cmakedefine VERSION @VERSION@ - /* Tracing SimGrid */ #cmakedefine HAVE_TRACING @HAVE_TRACING@ -- 2.20.1