Skip to content

Commit

Permalink
Still trying to get rid of CMake variable STATIC.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jul 28, 2024
1 parent 06f9620 commit c2b853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ else()
endif()
add_subdirectory(thirdparty/basis_universal)
#dangerous to keep a variable with this kind of name around. It breaks draco, for example.
unset(STATIC)
unset(STATIC CACHE)
if(TELEPORT_UNIX)
target_compile_options(basisu PRIVATE -Wno-array-bounds -Wno-reorder-ctor)
endif()
Expand Down

0 comments on commit c2b853d

Please sign in to comment.