diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2016-01-24 14:03:02 +0100 |
---|---|---|
committer | Stephan Beyer <s-beyer@gmx.net> | 2016-01-24 14:05:44 +0100 |
commit | f7aa65db8a13d32da0586c125f6b9b67460af374 (patch) | |
tree | c389c399fd06571172a546aa65c761e234cd2310 /scripts | |
parent | 7f91301946ce05e79fdd2ca3e79071f79fc93ba3 (diff) |
Fix whitespace issues
Git warns when it finds "whitespace errors". This commit gets
rid of these whitespace errors for code and adoc files.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 82f7adb..bb16870 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -8,7 +8,7 @@ set(BUILD_DEFINES "" CACHE STRING "Build defines") if(MSVC) option(STATIC_CRT "Use static CRT libraries" OFF) - + # Rewrite command line flags to use /MT if necessary if(STATIC_CRT) foreach(flag_var @@ -47,7 +47,7 @@ endif() set_target_properties(pugixml PROPERTIES VERSION 1.7 SOVERSION 1) -install(TARGETS pugixml EXPORT pugixml-config +install(TARGETS pugixml EXPORT pugixml-config ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} |