diff --git a/CMakeLists.txt b/CMakeLists.txt index 1831c8d28b9ae44d401683e70192d4da21fe1dce..4fc5d496bcaf5c8a472f55fbfd41c102ed3cf0d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/build_scripts/windows/win_VS_build_x64_debug.bat b/build_scripts/windows/win_VS_build_x64_debug.bat index e6a3b8bc1dada340e42739d998a80a519e6768dd..bd77340784fe34c9abb5e285848b27f08c74b81d 100644 --- a/build_scripts/windows/win_VS_build_x64_debug.bat +++ b/build_scripts/windows/win_VS_build_x64_debug.bat @@ -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 )