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
)
if(MTIME_ENABLE_FORTRAN_HL)
set(APPEND
examples_Fortran
# cmake-format: sort
example_hl
iconoce_hl
simulate_iau
list(
APPEND
examples_Fortran
# cmake-format: sort
example_hl
iconoce_hl
simulate_iau
)
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