Skip to content

Commit

Permalink
Merge pull request #5 from sherholz/#3-link-order-fix
Browse files Browse the repository at this point in the history
Fixing the undefined symbol problem under Linux (gcc)
  • Loading branch information
Vochsel committed Sep 1, 2020
2 parents 909c1f1 + 51550b8 commit dd83f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindCycles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ find_path(CYCLES_LIBRARY_DIR

DOC "Cycles Libraries directory")

set(CYCLES_LIBS cycles_bvh;cycles_device;cycles_graph;cycles_kernel;cycles_render;cycles_subd;cycles_util;extern_clew;extern_cuew;extern_numaapi)
set(CYCLES_LIBS cycles_device;cycles_kernel;cycles_render;cycles_bvh;cycles_subd;cycles_graph;cycles_util;extern_clew;extern_cuew;extern_numaapi)

foreach (lib ${CYCLES_LIBS})
find_library(${lib}_LIBRARY
Expand Down

0 comments on commit dd83f4a

Please sign in to comment.