diff --git a/FindBoost.cmake b/FindBoost.cmake index e7926b518232d34083599a3397b5e0f1e0a1e44a..689b6c79c9c649f502ba6496c9d3ff596d0dfb78 100644 --- a/FindBoost.cmake +++ b/FindBoost.cmake @@ -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()