broke VC80, screw it, VC90 is now fixed
This commit is contained in:
@@ -62,8 +62,7 @@ if (WINDOWS)
|
||||
|
||||
# Are we using the crummy Visual Studio KDU build workaround?
|
||||
if (NOT VS_DISABLE_FATAL_WARNINGS)
|
||||
#ESTOY USANDO EL INTERNET
|
||||
#add_definitions(/WX)
|
||||
add_definitions(/WX)
|
||||
endif (NOT VS_DISABLE_FATAL_WARNINGS)
|
||||
endif (WINDOWS)
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ else (STANDALONE)
|
||||
set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
|
||||
|
||||
if (WINDOWS)
|
||||
set(BOOST_VERSION 1_36)
|
||||
set(BOOST_VERSION 1_39)
|
||||
if (MSVC80)
|
||||
set(BOOST_PROGRAM_OPTIONS_LIBRARY
|
||||
optimized libboost_program_options-vc80-mt-${BOOST_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user