Skip to content

Commit

Permalink
CMakeLists: fix LIB_SUFFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfer authored Feb 18, 2022
1 parent 07b0ee6 commit 69afb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GET_GCC_VERSION(gcc_version)


if(UNIX AND NOT APPLE)
option(LIB_SUFFIX "Install plugins to suffixed lib directory: eg. `64` for `lib64`")
set(LIB_SUFFIX "" CACHE STRING "Install plugins to suffixed lib directory: eg. `64` for `lib64`")
endif()

if (CMAKE_SYSTEM_NAME MATCHES "Linux|.*BSD|DragonFly")
Expand Down

0 comments on commit 69afb3e

Please sign in to comment.