Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat authored Mar 4, 2018
1 parent 70e153e commit 57d8d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ find_library(BOTAN_LIBRARY_VAR
HINTS ${BOTAN_LIBRARY_DIRS} ${BOTAN_LIBDIR})

if(BUILD_SHARED_LIBS)
add_definitions(-DQSS_LIBRARY)
add_definitions(-DQSS_LIBRARY)
else()
add_definitions(-DQSS_STATIC)
add_definitions(-DQSS_STATIC)
if (MINGW)
# This however doesn't fix the problem that the executables are depending on the GCC shared libraries
# I can't find a solution in CMake so far. The workaround is to manually append "-l:libgcc.a -l:libstdc++.a -l:libwinpthread.a" to the end of executables' linklibs.rsp files (in CMakeFiles directory)
Expand Down

0 comments on commit 57d8d23

Please sign in to comment.