Startup crash; crash when no audio device
This commit is contained in:
+3
-1
@@ -214,7 +214,9 @@ set (DEBIAN_COPYRIGHT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../debian/copyright)
|
||||
|
||||
# generate Copyright section of settings page.
|
||||
# warning: there may be multiple versions. Pick the latest.
|
||||
if(EXISTS "/usr/share/doc/libboost1.71-dev")
|
||||
if(EXISTS "/usr/share/doc/libboost1.74-dev")
|
||||
set (BOOST_COPYRIGHT_DIR "libboost1.74-dev")
|
||||
elseif(EXISTS "/usr/share/doc/libboost1.71-dev")
|
||||
set (BOOST_COPYRIGHT_DIR "libboost1.71-dev")
|
||||
elseif(EXISTS "/usr/share/doc/libboost1.67-dev")
|
||||
set (BOOST_COPYRIGHT_DIR "libboost1.67-dev")
|
||||
|
||||
Reference in New Issue
Block a user