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

FIX: Fixed bad variable

parent 9efd5abf
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ find_package(
message("Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS}")
message("Boost_LIBRARY_DIRS: ${Boost_LIBRARY_DIRS}")
message("lib4neuro LIB DIR: ${LIB4NEURO_DIR}")
message("Boost_LIBRARIES: ${Boost_LIBRARIES}")
message("sadf ${Boost_LIBRARIES}")
message("lib4neuro LIB DIR: ${LIB4NEURO_DIR}")
find_package(exprtk)
......
......@@ -69,7 +69,7 @@ IF "%REBUILD_BOOST%"=="yes" (
cd external_dependencies\boost
.\b2 --layout=system variant=debug link=${DEPENDENCIES_LINK_TYPE} address-model=64 --with-system --with-serialization --with-random
.\b2 --layout=system variant=debug link=%DEPENDENCIES_LINK_TYPE% address-model=64 --with-system --with-serialization --with-random
cd ..\..\build_scripts\windows
)
......
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