diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-11-22 00:42:44 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-11-22 00:42:44 +0000 |
| commit | fd4784a340b39877db5cd73366346205585fd110 (patch) | |
| tree | c11f53960b6edc36c1e41a83b2062b6e01c73f09 | |
| parent | 57318e8b3e3800bcadbf69ecfb8f41f8f453e6b0 (diff) | |
Set correct svn properties on CMake files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10466 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CMake/export.cmake | 2 | ||||
| -rw-r--r-- | CMake/install.cmake | 2 | ||||
| -rw-r--r-- | CMake/macros.cmake | 2 | ||||
| -rw-r--r-- | CMake/options.cmake | 2 | ||||
| -rw-r--r-- | CMake/resources.cmake | 2 | ||||
| -rw-r--r-- | CMake/setup.cmake | 2 | ||||
| -rw-r--r-- | fltk-config.cmake.in | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/CMake/export.cmake b/CMake/export.cmake index f022002f8..af665f3e9 100644 --- a/CMake/export.cmake +++ b/CMake/export.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Written by Michael Surette diff --git a/CMake/install.cmake b/CMake/install.cmake index c6dd7e3d6..c585ebe2f 100644 --- a/CMake/install.cmake +++ b/CMake/install.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Written by Michael Surette diff --git a/CMake/macros.cmake b/CMake/macros.cmake index ee332b868..545e88ffe 100644 --- a/CMake/macros.cmake +++ b/CMake/macros.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # macros.cmake defines macros used by the build system # Written by Michael Surette diff --git a/CMake/options.cmake b/CMake/options.cmake index 13931d178..fb88d908f 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Written by Michael Surette diff --git a/CMake/resources.cmake b/CMake/resources.cmake index 5fe4063f5..3c369a2b1 100644 --- a/CMake/resources.cmake +++ b/CMake/resources.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Written by Michael Surette diff --git a/CMake/setup.cmake b/CMake/setup.cmake index 60c8e59e3..b720f48fa 100644 --- a/CMake/setup.cmake +++ b/CMake/setup.cmake @@ -1,5 +1,5 @@ # -# "$Id: CMakeLists.txt 10092 2014-02-02 00:49:50Z AlbrechtS $" +# "$Id$" # # CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Written by Michael Surette diff --git a/fltk-config.cmake.in b/fltk-config.cmake.in index ff3422125..ff65040b4 100644 --- a/fltk-config.cmake.in +++ b/fltk-config.cmake.in @@ -1,6 +1,6 @@ #!/bin/sh # -# "$Id: fltk-config.in 6614 2009-01-01 16:11:32Z matt $" +# "$Id$" # # FLTK configuration utility. # @@ -395,5 +395,5 @@ if test "$echo_includedir" = "yes"; then fi # -# End of "$Id: fltk-config.in 6614 2009-01-01 16:11:32Z matt $". +# End of "$Id$". # |
