Commit 493c713a authored by Davis King's avatar Davis King

Removed quoting from path strings

parent d502fc6f
......@@ -20,11 +20,13 @@
# A list of various paths you need to search on windows since people install
# boost in a bunch of different places.
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
"C:/local/boost_*"
"C:/Program Files (x86)/boost/boost_*"
"C:/Program Files/boost/boost_*")
C:/local/boost_*
C:/Program\ Files\ \(x86\)/boost/boost_*
C:/Program\ Files/boost/boost_*
)
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
"C:/local/boost_*/lib32-msvc-*")
C:/local/boost_*/lib32-msvc-*
)
......
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