Skip to content

Commit

Permalink
Remove system flag from add_subdirectory call
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 9, 2024
1 parent 6d833ab commit 02b0838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/cmake/SuperTux/ProvideSimpleSquirrel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(EMSCRIPTEN)
set(SQ_DISABLE_INSTALLER ON)
endif()

add_subdirectory("${CMAKE_SOURCE_DIR}/external/simplesquirrel/" SYSTEM)
add_subdirectory("${CMAKE_SOURCE_DIR}/external/simplesquirrel/")

if(MSVC)
add_library(LibSimpleSquirrel ALIAS simplesquirrel_static)
Expand Down

0 comments on commit 02b0838

Please sign in to comment.