CMakeLists: reorder lines for consistency.
This commit is contained in:
parent
3ffac15c26
commit
35c96af509
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ endif()
|
||||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||||
find_package(MagnumIntegration REQUIRED ImGui)
|
find_package(MagnumIntegration REQUIRED ImGui)
|
||||||
if(SAVETOOL_USE_SYSTEM_LIBS)
|
if(SAVETOOL_USE_SYSTEM_LIBS)
|
||||||
find_package(CURL REQUIRED HTTPS)
|
|
||||||
find_package(libzip REQUIRED)
|
find_package(libzip REQUIRED)
|
||||||
find_package(efsw REQUIRED)
|
find_package(efsw REQUIRED)
|
||||||
|
find_package(CURL REQUIRED HTTPS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
|
set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
|
||||||
|
|
Loading…
Reference in a new issue