Skip to content

Commit

Permalink
CMake: Fix libdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 23, 2024
1 parent 77875c3 commit 6c04f30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ if (NOT BUILD_SHARED_LIBS)
endif ()
add_definitions ( ${OTFFTW_DEFINITIONS} )

if (NOT DEFINED CMAKE_INSTALL_LIBDIR)
set (CMAKE_INSTALL_LIBDIR lib${LIB_SUFFIX})
endif ()

include (GNUInstallDirs)

set (OTFFTW_LIBRARY_PATH ${CMAKE_INSTALL_LIBDIR})
Expand Down

0 comments on commit 6c04f30

Please sign in to comment.