You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ find_library(BOTAN_LIBRARY_VAR
32
32
HINTS${BOTAN_LIBRARY_DIRS}${BOTAN_LIBDIR})
33
33
34
34
if(BUILD_SHARED_LIBS)
35
-
add_definitions(-DQSS_LIBRARY)
35
+
add_definitions(-DQSS_LIBRARY)
36
36
else()
37
-
add_definitions(-DQSS_STATIC)
37
+
add_definitions(-DQSS_STATIC)
38
38
if (MINGW)
39
39
# This however doesn't fix the problem that the executables are depending on the GCC shared libraries
40
40
# 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)
0 commit comments