Skip to content

Commit

Permalink
Merge pull request #445 from jengelh/build
Browse files Browse the repository at this point in the history
build: resolve cmake processing error on Linux
  • Loading branch information
kraflab authored Jul 20, 2024
2 parents abb3200 + 81f6665 commit 63de3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prboom2/cmake/FindLibMad.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ select_dll_configurations(LibMad)
find_library(
LibMad_LIBRARY_RELEASE
NAMES mad
PATH_SUFFIXES ../../lib
PATH_SUFFIXES ${CMAKE_CURRENT_BINARY_DIR}/../../lib
)

find_library(
LibMad_LIBRARY_DEBUG
NAMES mad
PATH_SUFFIXES ../debug/lib
PATH_SUFFIXES ${CMAKE_CURRENT_BINARY_DIR}/../debug/lib
)

include(SelectLibraryConfigurations)
Expand Down

0 comments on commit 63de3e5

Please sign in to comment.