search for: opus_build_program

Displaying 2 results from an estimated 2 matches for "opus_build_program".

Did you mean: opus_build_programs
2019 Apr 14
1
Opus cmake build
...CPU has SSE4_1 support * X86_PRESUME_AVX, assume target CPU has AVX support -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_PROGRAMS By looking through CMakeLists.txt I figured out that I need to specify -DOPUS_BUILD_PROGRAMS=ON. Is it possible to make BUILD_TESTING and BUILD_PROGRAMS consistent? Also the output of cmake is misleading, as it says BUILD_PROGRAMS not OPUS_BUILD_PROGRAMS. For some settings it is even worse; for example it says FLOAT_API but the actual -D option that needs to be used to change that sett...
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote: > Hi Mark, > > Thanks for the feedback. > > By default CMake is building the static library in debug, to get other > things one has to explicit turn it on. > > Hi, By default CMake uses the "empty" build, which is used in combination with the environment variables CFLAGS and