aboutsummaryrefslogtreecommitdiff
path: root/src/tools/map_extractor
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-09-04 16:14:15 +0100
committerNay <dnpd.dd@gmail.com>2012-09-04 16:14:15 +0100
commit73172c67f02b8f2649b762262d54aea7b7f94d07 (patch)
tree0347dce551c5f07e9ef679778b24ef85ec05ca52 /src/tools/map_extractor
parenta1e3758484230c2ee30e3404bd811c81d0f35422 (diff)
Misc: Convert from CRLF to LF in cs_misc.cpp
Also cleanedup whitespace
Diffstat (limited to 'src/tools/map_extractor')
-rw-r--r--src/tools/map_extractor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt
index bde62c24c70..55a136f6329 100644
--- a/src/tools/map_extractor/CMakeLists.txt
+++ b/src/tools/map_extractor/CMakeLists.txt
@@ -43,5 +43,5 @@ add_dependencies(mapextractor mpq)
if( UNIX )
install(TARGETS mapextractor DESTINATION bin)
elseif( WIN32 )
- install(TARGETS mapextractor DESTINATION "${CMAKE_INSTALL_PREFIX}")
+ install(TARGETS mapextractor DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()