Skip to content

Commit 49ba538

Browse files
committed
KFR_USE_STD_FILESYSTEM option
1 parent 749986c commit 49ba538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ option(KFR_MANAGED_ALLOCATION
229229
OFF)
230230
option(KFR_USE_BOOST_MATH "Use Boost.Math (standalone) to support Elliptic filters" ON)
231231
option(KFR_USE_BOOST "Use Boost to support Elliptic filters. Enable this only if you're already using Boost" OFF)
232+
option(KFR_USE_STD_FILESYSTEM "Use std::filesystem for path arguments" OFF)
232233
mark_as_advanced(KFR_ENABLE_ASMTEST)
233234
mark_as_advanced(KFR_REGENERATE_TESTS)
234235
mark_as_advanced(KFR_DISABLE_CLANG_EXTENSIONS)

0 commit comments

Comments
 (0)