Skip to content
Snippets Groups Projects
Commit 6b132655 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Declare boost include directories for proper boost detection. Sometimes, the...

Declare boost include directories for proper boost detection. Sometimes, the boost install path is *different* from the default include paths!
parent 5d887fa5
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ ENDIF (NOT (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\"))
# Declare that dynamic-graph shared library is being built.
ADD_DEFINITIONS(-DBUILDING_DYNAMIC_GRAPH)
# Declare boost include directories
include_directories(${Boost_INCLUDE_DIRS})
ADD_LIBRARY(${LIBRARY_NAME}
SHARED
......
......@@ -13,6 +13,9 @@
# received a copy of the GNU Lesser General Public License along with
# dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
# Declare boost include directories
include_directories(${Boost_INCLUDE_DIRS})
### tests
SET(tests_exe
test_pool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment