summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /INSTALL
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 266fd46..e3d4645 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,12 +33,12 @@ Compile options with default values
| WITH_GPROF | OFF | Set \-pg to compile flags
| WITH_MAN | ON | Set to OFF to skip building of man pages
| BUILD_SHARED_LIBS | ON | Set to OFF to build static libraries
-| CMAKE_INSTALL_PREFIX | /usr/local |
-| CMAKE_BUILD_TYPE | RelWithDebInfo |
+| CMAKE_INSTALL_PREFIX | /usr/local |
+| CMAKE_BUILD_TYPE | RelWithDebInfo |
|==============================================================================================
In order to change these options, you can modify this values
-with ccmake, do the appropriate changes in CmakeList.txt or via
+with ccmake, do the appropriate changes in CmakeList.txt or via
the commandline for cmake
- Change a value with: cmake -D<Variable>=<Value>