0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

cmake: Remove remaining cmake-format comments

cmake-format was replaced with gersemi in
19d3e30a3a. As such, these comments no
longer have any effect.
This commit is contained in:
gxalpha 2024-09-12 13:53:06 +02:00 committed by Ryan Foster
parent 62c4a90809
commit 922e2cc151
2 changed files with 1 additions and 8 deletions

View File

@ -93,11 +93,6 @@ The following cache variables may also be set:
#]=======================================================================]
# cmake-format: off
# cmake-lint: disable=C0103
# cmake-lint: disable=C0307
# cmake-format: on
include(FindPackageHandleStandardArgs)
set(

View File

@ -27,7 +27,7 @@ add_subdirectory(obs-nvenc-test)
target_sources(
obs-nvenc
PRIVATE # cmake-format: sortable
PRIVATE
$<$<PLATFORM_ID:Linux>:nvenc-opengl.c>
$<$<PLATFORM_ID:Windows>:nvenc-d3d11.c>
cuda-helpers.c
@ -56,6 +56,4 @@ if(OS_WINDOWS)
target_sources(obs-nvenc PRIVATE obs-nvenc.rc)
endif()
# cmake-format: off
set_target_properties_obs(obs-nvenc PROPERTIES FOLDER plugins/obs-nvenc PREFIX "")
# cmake-format: on