Skip to content

Commit 9a12642

Browse files
committed
Fix case of f3of demo names (issue on non-Windows platforms)
1 parent d802c5d commit 9a12642

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

demos/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build_demo(rm3 rm3_decay)
3838
build_demo(rm3 rm3_reg_waves)
3939
build_demo(oswec oswec_decay)
4040
build_demo(oswec oswec_reg_waves)
41-
build_demo(f3of f3of_DT1)
42-
build_demo(f3of f3of_DT2)
43-
build_demo(f3of f3of_DT3)
41+
build_demo(f3of f3of_dt1)
42+
build_demo(f3of f3of_dt2)
43+
build_demo(f3of f3of_dt3)
4444
build_demo(DeepCWind DeepCWind_decay)

0 commit comments

Comments
 (0)