Skip to content

Commit

Permalink
fixed case consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
washcycle committed Nov 22, 2015
1 parent 4c57149 commit 7fd0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ link_directories(${SQLiteCppWrapper_BINARY_DIR}/src)

IF(BUILD_SHARED_LIBS)
SET(SCppQLite_LIBRARY_TYPE SHARED)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
ELSE(BUILD_SHARED_LIBS)
SET(CppQLite_LIBRARY_TYPE STATIC)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
Expand Down

0 comments on commit 7fd0b1f

Please sign in to comment.