Skip to content
Snippets Groups Projects
Commit e966c2d9 authored by Martin Beseda's avatar Martin Beseda
Browse files

Testing own FindBoost.cmake

parent e4673e8d
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ set(LIB_SUFFIX "a") # suffix for Linux static libraries
if("${DEPENDENCIES_LINK_TYPE}" STREQUAL "shared" AND WIN32)
set(LIB_SUFFIX "dll")
elseif("${DEPENDENCIES_LINK_TYPE}" STREQUAL "static" AND WIN32)
se(LIB_SUFFIX "lib")
set(LIB_SUFFIX "lib")
elseif("${DEPENDENCIES_LINK_TYPE}" STREQUAL "shared")
set(LIB_SUFFIX "so")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment