Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorCZ committed May 24, 2024
1 parent 71f6477 commit 0b68ac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions toolset/lmt_to_gltf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ build_target(
START_YEAR
2022)

if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
target_compile_options(lmt_to_gltf PRIVATE -frelaxed-template-template-args)
endif()

project(LMT2JSON)

build_target(
Expand Down

0 comments on commit 0b68ac4

Please sign in to comment.