Skip to content
Snippets Groups Projects
Commit 3d35f413 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix FindBoost.cmake...

parent fec484c4
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,12 @@ message(${CMAKE_CURRENT_LIST_DIR})
message(${CMAKE_CURRENT_LIST_DIR}/external_dependencies/boost)
message(${CMAKE_CURRENT_LIST_DIR}/external_dependencies/boost/stage/lib)
find(GLOB tmp
"*.h"
)
message(${tmp})
# Look for a standard boost header file.
find_path(
Boost_INCLUDE_DIRS
......@@ -39,6 +45,7 @@ find_path(
/usr/include/boost
/home/boost
${CMAKE_CURRENT_LIST_DIR}/external_dependencies/boost
PATH_SUFFIXES
include
)
......
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