mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
Merge pull request #59 from Minoost/cmake
Remove VS2015 boost compiler from CMake
This commit is contained in:
commit
99b48050ff
1 changed files with 4 additions and 6 deletions
|
@ -9,9 +9,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
|
||||||
set(PROJECT_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
|
set(PROJECT_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
|
||||||
|
|
||||||
# boost stuff
|
# boost stuff
|
||||||
if("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC")
|
# set(Boost_DEBUG 1)
|
||||||
set(Boost_COMPILER "-vc140")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT SAPPHIRE_BOOST_VER)
|
if(NOT SAPPHIRE_BOOST_VER)
|
||||||
set(SAPPHIRE_BOOST_VER 1.60.0)
|
set(SAPPHIRE_BOOST_VER 1.60.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue