Skip to content

Commit

Permalink
windows-cmake: do not force lib filename prefix on MSVC
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hirsch <michael@scivision.dev>

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
  • Loading branch information
scivision and Neumann-A committed Nov 15, 2021
1 parent da17626 commit 11c0715
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/windows-cmake/CMakeLists.txt
Expand Up @@ -12,8 +12,6 @@ option(HWLOC_SKIP_INCLUDES "don't install headers")

set(TOPDIR ${PROJECT_SOURCE_DIR}/../..)

set(CMAKE_STATIC_LIBRARY_PREFIX lib)
set(CMAKE_SHARED_LIBRARY_PREFIX lib)
# "libhwloc.*" naming for MSVC and non-MSVC

configure_file(${TOPDIR}/contrib/windows/hwloc_config.h include/hwloc/autogen/config.h COPYONLY)
Expand Down

0 comments on commit 11c0715

Please sign in to comment.