File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -332,11 +332,6 @@ set(lpf_cflags)
332
332
set (lpf_lib_link_flags )
333
333
set (lpf_exe_link_flags "-rdynamic" )
334
334
335
- # Collating all compile & link flags
336
- set (LPF_CORE_COMPILE_FLAGS "${lpf_cflags} " CACHE STRING "Compilation flags for all user code" )
337
- set (LPF_CORE_LIB_LINK_FLAGS "${lpf_lib_link_flags} " CACHE STRING "Flags to link user libraries" )
338
- set (LPF_CORE_EXE_LINK_FLAGS "${lpf_exe_link_flags} " CACHE STRING "Flags to link user executables" )
339
-
340
335
# Compiling LPF programmes in the build dir
341
336
function ( target_link_exe_with_core target )
342
337
set (engine "imp" )
@@ -492,6 +487,10 @@ endif (LPF_ENABLE_TESTS)
492
487
add_subdirectory (doc )
493
488
add_subdirectory (examples )
494
489
490
+ # Collating all compile & link flags
491
+ set (LPF_CORE_COMPILE_FLAGS "${lpf_cflags} " CACHE STRING "Compilation flags for all user code" )
492
+ set (LPF_CORE_LIB_LINK_FLAGS "${lpf_lib_link_flags} " CACHE STRING "Flags to link user libraries" )
493
+ set (LPF_CORE_EXE_LINK_FLAGS "${lpf_exe_link_flags} " CACHE STRING "Flags to link user executables" )
495
494
496
495
# Generation of frontends to be installed
497
496
configure_file ( lpfcc.in lpfcc @ONLY )
You can’t perform that action at this time.
0 commit comments