fixed option names
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
requested review from @m300488
assigned to @m300433
29 if(${enable_cgribex}) 28 option(CDI_LIBGRIBEX "Use the CGRIBEX library [default=ON]" ON) 29 if(${CDI_LIBGRIBEX}) 30 30 list(APPEND cdi_compile_defs LIBCGRIBEX=1) 31 31 endif() 32 32 33 option(enable_extra "Use the extra library [default=ON]" ON) 34 if(${enable_extra}) 33 option(CDI_EXTRA "Use the extra library [default=ON]" ON) 34 if(${CDI_EXTRA}) 35 35 list(APPEND cdi_compile_defs HAVE_LIBEXTRA=1) 36 36 endif() 37 37 38 option(enable_ieg "Use the extra library [default=ON]" ON) 39 if(${enable_ieg}) 38 option(CDI_IEG "Use the extra library [default=ON]" ON) 34 if(${enable_extra}) 33 option(CDI_EXTRA "Use the extra library [default=ON]" ON) 34 if(${CDI_EXTRA}) 35 35 list(APPEND cdi_compile_defs HAVE_LIBEXTRA=1) 36 36 endif() 37 37 38 option(enable_ieg "Use the extra library [default=ON]" ON) 39 if(${enable_ieg}) 38 option(CDI_IEG "Use the extra library [default=ON]" ON) 39 if(${CDI_IEG}) 40 40 list(APPEND cdi_compile_defs HAVE_LIBIEG=1) 41 41 endif() 42 42 43 option(enable_service "Use the extra library [default=ON]" ON) 44 if(${enable_service}) 43 option(CDI_SERVICE "Use the extra library [default=ON]" ON)
Please register or sign in to reply