Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
correct indentation (tabs instead of spaces, as per the original)
Browse files Browse the repository at this point in the history
  • Loading branch information
disog authored and mloskot committed Jul 13, 2016
1 parent ae05a4c commit 912f4b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Expand Up @@ -212,13 +212,13 @@ if(NANODBC_INSTALL)
install(FILES src/nanodbc.h DESTINATION include)
if(NANODBC_STATIC)
install(TARGETS nanodbc
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
else()
install(TARGETS nanodbc
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
install(TARGETS nanodbc
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
endif()
message(STATUS "Target install: Turned on")
else()
Expand Down

0 comments on commit 912f4b0

Please sign in to comment.