Skip to content

Commit

Permalink
import LibFlatArray link libraries, required for Windows builds, re #49
Browse files Browse the repository at this point in the history
  • Loading branch information
gentryx committed Mar 1, 2017
1 parent 5c04898 commit 3fa1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if(CMAKE_VERSION VERSION_GREATER 2.8.11)
endif()

# link 3rd party libraries to main lib and add them to pkg-config file down below
set(LIBGEODECOMP_LINK_LIBRARIES ${ALL_BOOST_LIBS})
set(LIBGEODECOMP_LINK_LIBRARIES ${ALL_BOOST_LIBS} ${libflatarray_LIBS})

if(WITH_HPX)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down

0 comments on commit 3fa1557

Please sign in to comment.