Skip to content

Commit

Permalink
Remove unused C++ standard version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 24, 2024
1 parent 3a264f5 commit 418f682
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/addon/CMakeLists.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)

set(CMAKE_CXX_STANDARD 17)

# CMake on windows only searches for .lib libraries (static library or import library).
# The libretro game library is dynamically loaded so even if an import library would exists it's of no use.
if(CMAKE_SYSTEM_NAME STREQUAL Windows)
Expand Down

0 comments on commit 418f682

Please sign in to comment.