Closed PortAudio-admin closed 3 years ago
@dechamps any thoughts on this one?
The original report is referring to this line:
But the code looks quite different today, and at first glance it looks like the current code doesn't have this problem:
Therefore it seems like this bug report is obsolete.
Closing as obsolete. Please create a new issue referencing the current CMakeLists.txt if the problem persists.
@dechamps thank you.
Issue created by deafGoblin on Assembla
I recently encountered the following problem.
Building portaudio's latest stable release on Linux (Ubuntu 16.04) via CMake (3.5.1) will not install the static build target.
Whether or not this is the intended behavior, changing line 393 in CMakeLists.txt to
<<<< INSTALL(TARGETS portaudio portaudio_static DESTINATION lib) >>>>
will solve the problem.