Skip to content
Snippets Groups Projects
Commit 9c361ad5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

cmake: bugfix: build HL examples when HL is enabled

parent f5799e31
No related branches found
No related tags found
1 merge request!72CMake: build HL examples when HL is enabled
Pipeline #93673 passed
...@@ -21,12 +21,13 @@ set(examples_Fortran ...@@ -21,12 +21,13 @@ set(examples_Fortran
) )
if(MTIME_ENABLE_FORTRAN_HL) if(MTIME_ENABLE_FORTRAN_HL)
set(APPEND list(
examples_Fortran APPEND
# cmake-format: sort examples_Fortran
example_hl # cmake-format: sort
iconoce_hl example_hl
simulate_iau iconoce_hl
simulate_iau
) )
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment