Skip to content

Commit

Permalink
CMakeLists.txt: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tseli0s committed May 24, 2024
1 parent 9b49627 commit f6c2bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(NVDIALOG_MAXBUF 4096)
# 2. Most linkers shipped with distributions do not search on /usr/local for shared libraries.
# This means the library won't be found at runtime unless LD_LIBRARY_PATH is set to do so.
# For that reason, we set the prefix to /usr.
if (NOT DEFINED $ENV{FLATPAK_ID} AND CMAKE_HOST_UNIX AND NOT CMAKE_HOST_APPLE)
if (NOT DEFINED ENV{FLATPAK_ID} AND CMAKE_HOST_UNIX AND NOT CMAKE_HOST_APPLE)
set(CMAKE_INSTALL_PREFIX /usr)
endif()

Expand Down

0 comments on commit f6c2bcf

Please sign in to comment.