Skip to content

Commit

Permalink
CMakeLists.txt: Fix configuration error
Browse files Browse the repository at this point in the history
  • Loading branch information
tseli0s committed May 24, 2024
1 parent f6c2bcf commit 8f73e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ if (WIN32 OR WIN32_TARGET)
endif(NVD_BUILD_STATIC)
message("-- Compiling a Windows library.")
target_link_libraries(nvdialog comdlg32 shell32 user32)
elseif(MACOSX)
else(WIN32 OR WIN32_TARGET)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)
Expand Down

0 comments on commit 8f73e31

Please sign in to comment.