Merge pull request #2726 from TheMindVirus/master
Update CMakeLists.txt
This commit is contained in:
		
						commit
						aa2d4bd2f4
					
				@ -198,7 +198,7 @@ elseif(MSVC)
 | 
				
			|||||||
    if(ENABLE_EXCEPTIONS)
 | 
					    if(ENABLE_EXCEPTIONS)
 | 
				
			||||||
        add_compile_options(/EHsc) # Enable Exceptions
 | 
					        add_compile_options(/EHsc) # Enable Exceptions
 | 
				
			||||||
	else()
 | 
						else()
 | 
				
			||||||
        string(REGEX REPLACE /EHsc "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) # Try to remove default /EHsc cxx_flag
 | 
					        string(REGEX REPLACE "/EHsc" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") # Try to remove default /EHsc cxx_flag
 | 
				
			||||||
        add_compile_options(/D_HAS_EXCEPTIONS=0)
 | 
					        add_compile_options(/D_HAS_EXCEPTIONS=0)
 | 
				
			||||||
    endif()
 | 
					    endif()
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user