We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474da18 commit 8baaf9fCopy full SHA for 8baaf9f
CMakeLists.txt
@@ -283,7 +283,7 @@ install(EXPORT opusfileTargets
283
)
284
include(CMakePackageConfigHelpers)
285
configure_package_config_file(
286
- "${CMAKE_CURRENT_SOURCE_DIR}/opusfileConfig.cmake.in"
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/opusfileConfig.cmake.in"
287
"${CMAKE_CURRENT_BINARY_DIR}/opusfileConfig.cmake"
288
INSTALL_DESTINATION
289
"${CMAKE_INSTALL_LIBDIR}/cmake/opusfile"
opusfileConfig.cmake.in renamed to cmake/opusfileConfig.cmake.in
0 commit comments