diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-03 13:32:41 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-03 13:32:41 +1000 |
commit | 4f511c2aaae9d2d32e53b4590e841c00fab6164b (patch) | |
tree | 709a5bc6f4420ba30548eb72ea05ff36c514eb15 /source/CMakeLists.txt | |
parent | 908fa1ee606b80eec47c6fc70ce018308ef06e98 (diff) |
Update build_linux.yml
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index d66fb9d..cdd32f1 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -486,8 +486,8 @@ set(STAR_EXT_LIBS ${STAR_EXT_LIBS} ) if(STAR_BUILD_GUI) - find_package(SDL2 CONFIG REQUIRED) find_package(SampleRate CONFIG REQUIRED) + find_package(SDL2 CONFIG REQUIRED) set(STAR_EXT_GUI_LIBS SampleRate::samplerate |