mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +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)
|
||||
|
||||
# boost stuff
|
||||
if("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC")
|
||||
set(Boost_COMPILER "-vc140")
|
||||
endif()
|
||||
# set(Boost_DEBUG 1)
|
||||
|
||||
if(NOT SAPPHIRE_BOOST_VER)
|
||||
set(SAPPHIRE_BOOST_VER 1.60.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue