set correct compiler flag
This commit is contained in:
		@@ -17,6 +17,8 @@ cmake:
 | 
			
		||||
    - conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig
 | 
			
		||||
    - conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
 | 
			
		||||
    - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
 | 
			
		||||
    - conan profile update settings.compiler.libcxx=libstdc++11 default
 | 
			
		||||
    - rm * -f
 | 
			
		||||
    - CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing
 | 
			
		||||
    - cd ..
 | 
			
		||||
    - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user