From 922abb73bb9d1e56d26111a1e7c2867eac309e88 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 27 Oct 2016 15:50:32 -0800 Subject: [PATCH] FreeBSD fixes --- CMakeLists.txt | 1 + amuse | 2 +- hecl | 2 +- nod | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6355cc1..f67830840 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ endif() if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") include_directories(/usr/local/include) +link_directories(/usr/local/lib) endif() if(("${CMAKE_BUILD_TYPE}" STREQUAL "Release" OR "${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo") diff --git a/amuse b/amuse index 3fd3f3edc..c886bfd7d 160000 --- a/amuse +++ b/amuse @@ -1 +1 @@ -Subproject commit 3fd3f3edc51e1d1de74bdb62907cb4ff333995ad +Subproject commit c886bfd7d2e7ef0d397db469160cbce3e29484ee diff --git a/hecl b/hecl index 3764728bc..6c5f33442 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 3764728bccf2261a71a6d91130710aeed47fe832 +Subproject commit 6c5f33442c2c0103d3787b23e52ac5996f663096 diff --git a/nod b/nod index d106299a1..bcfe1a5d3 160000 --- a/nod +++ b/nod @@ -1 +1 @@ -Subproject commit d106299a1154aeef9890ba4af7b9e43915160be6 +Subproject commit bcfe1a5d33c6a191489b37ff6144a78b36099a03