Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CMake build system to pick up any Boost library on Windows #89

Closed
sashafrey opened this issue Aug 13, 2014 · 1 comment
Closed

Fix CMake build system to pick up any Boost library on Windows #89

sashafrey opened this issue Aug 13, 2014 · 1 comment

Comments

@sashafrey
Copy link
Owner

Currently $(BIGARTM_ROOT)/CMakeLists.txt hardcores the following paths:

set(BOOST_INCLUDEDIR "C:/local/boost_1_55_0")
set(BOOST_LIBRARYDIR "C:/local/boost_1_55_0/lib32-msvc-11.0")

@sashafrey
Copy link
Owner Author

Fixed by c1b915c.

The settings can be specified as follows:
setx BOOST_ROOT C:\local\boost_1_56_0
setx BOOST_LIBRARYDIR C:\local\boost_1_56_0\lib32-msvc-12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant