Force link with stdc++fs

This commit is contained in:
Mike Oliphant
2023-05-12 07:45:47 -07:00
committed by GitHub
parent 207777ec3f
commit 2469ac69af
+3 -1
View File
@@ -17,6 +17,8 @@ else()
message(FATAL_ERROR "Unrecognized Platform!") message(FATAL_ERROR "Unrecognized Platform!")
endif() endif()
link_libraries(stdc++fs)
set(NAM_LV2_ID http://github.com/mikeoliphant/neural-amp-modeler-lv2) set(NAM_LV2_ID http://github.com/mikeoliphant/neural-amp-modeler-lv2)
include_directories(SYSTEM deps/eigen) include_directories(SYSTEM deps/eigen)
@@ -55,4 +57,4 @@ set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT) set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set (CPACK_STRIP_FILES ON) set (CPACK_STRIP_FILES ON)
include(CPack) include(CPack)