Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Achtelik committed Apr 8, 2014
1 parent a0b9ab8 commit 0023dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msf_core/cmake/FindGLog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif(MSVC)
if(MSVC)
_FIND_GLOG_LIBRARY(GLOG_LIBRARY libglog.lib)
else(MSVC)
# Linux
# Linux
if(UNIX)
_FIND_GLOG_LIBRARY(GLOG_LIBRARY libglog.so)
endif(UNIX)
Expand Down

0 comments on commit 0023dff

Please sign in to comment.