mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
fix build errors (#8210)
* fix build errors * fix windows * fix flatpak
This commit is contained in:
parent
fd0b2547f2
commit
6ed68342e0
5 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
find_path(LIBNOISE_INCLUDE_DIR libnoise/noise.h)
|
||||
find_library(LIBNOISE_LIBRARY NAMES libnoise libnoise_static)
|
||||
find_library(LIBNOISE_LIBRARY NAMES libnoise libnoise_static liblibnoise_static)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(libnoise DEFAULT_MSG
|
||||
LIBNOISE_LIBRARY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue