mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 15:49:56 +02:00
Define BOOST_PROCESS_VERSION=1 globally
This commit is contained in:
parent
798e5cb142
commit
0de502f565
3 changed files with 4 additions and 4 deletions
|
@ -332,7 +332,8 @@ else()
|
||||||
add_compile_definitions(HAS_TREMOR)
|
add_compile_definitions(HAS_TREMOR)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_compile_definitions(BOOST_ERROR_CODE_HEADER_ONLY BOOST_ASIO_NO_TS_EXECUTORS)
|
add_compile_definitions(BOOST_ERROR_CODE_HEADER_ONLY BOOST_ASIO_NO_TS_EXECUTORS
|
||||||
|
BOOST_PROCESS_VERSION=1)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
#ifdef SUPPORTS_VOLUME_SCRIPT
|
#ifdef SUPPORTS_VOLUME_SCRIPT
|
||||||
#define BOOST_PROCESS_VERSION 1
|
|
||||||
#include <boost/process/v1/args.hpp>
|
#include <boost/process/v1/args.hpp>
|
||||||
#include <boost/process/v1/child.hpp>
|
#include <boost/process/v1/child.hpp>
|
||||||
#include <boost/process/v1/detail/on_exit.hpp>
|
#include <boost/process/v1/detail/on_exit.hpp>
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
#include "server_settings.hpp"
|
#include "server_settings.hpp"
|
||||||
|
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
#define BOOST_PROCESS_VERSION 1
|
#include <boost/asio/any_io_executor.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/process/v1/child.hpp>
|
||||||
#include <boost/process/v1/io.hpp>
|
#include <boost/process/v1/io.hpp>
|
||||||
#include <boost/process/v1/start_dir.hpp>
|
#include <boost/process/v1/start_dir.hpp>
|
||||||
#include <boost/process/v1/system.hpp>
|
#include <boost/process/v1/system.hpp>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue