Skip to content

Commit 2ee5825

Browse files
committed
TEST
1 parent 2918db6 commit 2ee5825

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ if(OS_WINDOWS)
2525
add_subdirectory(libobs-winrt)
2626
endif()
2727
add_subdirectory(libobs-opengl)
28-
if(OS_MACOS)
29-
add_subdirectory(libobs-metal)
28+
if(OS_MACOS) add_subdirectory(libobs-metal)
3029
endif()
3130
add_subdirectory(plugins)
3231

3332
add_subdirectory(test/test-input)
3433

35-
add_subdirectory(frontend)
34+
add_subdirectory(frontend)
3635

3736
message_configuration()

cmake/common/ccache.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ if(CCACHE_PROGRAM)
2121
set(CMAKE_CUDA_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
2222
endif()
2323
else()
24-
message(DEBUG "Trying to find ccache on build host - skipped")
24+
message(DEBUG "Trying to find ccache on build host - skipped")
2525
endif()

0 commit comments

Comments
 (0)