Skip to content

Commit aac8c98

Browse files
committed
Debugging
1 parent 8a3c1a6 commit aac8c98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Tests
115115
shell: cmd
116116
run: |
117-
dir build-Debug\tests\Debug
118-
dir toucan\data
119-
build-Debug\tests\Debug\toucan-test.exe
117+
dir install-Debug\bin
118+
dir install-Debug\lib
119+
echo %PATH%
120120
build-Debug\tests\Debug\toucan-test.exe toucan\data

cmake/SuperBuild/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(toucan_JPEG ON CACHE BOOL "Build JPEG")
1515
set(toucan_TIFF ON CACHE BOOL "Build TIFF")
1616
set(toucan_Imath ON CACHE BOOL "Build Imath")
1717
set(toucan_OpenEXR ON CACHE BOOL "Build OpenEXR")
18-
set(toucan_FFmpeg OFF CACHE BOOL "Build FFmpeg")
18+
set(toucan_FFmpeg ON CACHE BOOL "Build FFmpeg")
1919
set(toucan_FFmpeg_MINIMAL ON CACHE BOOL "Build a minimal set of FFmpeg codecs")
2020
set(toucan_OpenColorIO ON CACHE BOOL "Build OpenColorIO")
2121
set(toucan_OpenImageIO ON CACHE BOOL "Build OpenImageIO")

0 commit comments

Comments
 (0)