mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08: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:
@@ -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(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user