mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Merge pull request #97 from alkersan/fix_find_package_arguments_order
Fix find_package arguments order.
This commit is contained in:
commit
cbd3355abd
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ elseif(APPLE)
|
|||
COMMAND "${MACDEPLOYQT}" "${CMAKE_BINARY_DIR}/${PROJECT_NAME}.app" -qmldir="${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
else()
|
||||
find_package(CURL REQUIRED 7.32.0)
|
||||
find_package(LibArchive REQUIRED 3.2.0)
|
||||
find_package(CURL 7.32.0 REQUIRED)
|
||||
find_package(LibArchive 3.2.0 REQUIRED)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
if (NOT CMAKE_CROSSCOMPILING)
|
||||
find_program(LSBLK "lsblk")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue