Commit 967cd822 authored by Davis King's avatar Davis King

Fixed incorrect search paths on windows.

parent 0c3952d5
......@@ -6,8 +6,8 @@
# for an example.
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
" C:/Program Files(x86)/boost/boost_1_*"
" C:/Program Files/boost/boost_1_*" )
"C:/Program Files (x86)/boost/boost_1_*"
"C:/Program Files/boost/boost_1_*" )
#SET(Boost_USE_STATIC_LIBS OFF)
#SET(Boost_USE_MULTITHREADED ON)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment