Skip to content

Commit

Permalink
trying to fix cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 5, 2019
1 parent f33f309 commit 9f84247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project (PIOC C)
add_library (pioc topology.c pio_file.c pioc_support.c pio_lists.c
pioc.c pioc_sc.c pio_spmd.c pio_rearrange.c pio_nc4.c bget.c
pio_nc.c pio_put_nc.c pio_get_nc.c pio_getput_int.c pio_msg.c
pio_darray.c pio_darray_int.c)
pio_darray.c pio_darray_int.c pio_get_vard.c pio_put_vard.c)

# set up include-directories
include_directories(
Expand Down

0 comments on commit 9f84247

Please sign in to comment.