Skip to content

Commit

Permalink
Don't EXCLUDE_FROM_ALL after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed May 1, 2024
1 parent c37102a commit 10717d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native~/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "iOS")
EXCLUDE_FROM_ALL
FRAMEWORK
DESTINATION ${CMAKE_INSTALL_LIBDIR}
EXCLUDE_FROM_ALL
)
set_target_properties(cesium-native-tests PROPERTIES EXCLUDE_FROM_ALL 1 EXCLUDE_FROM_DEFAULT_BUILD 1)
set_target_properties(tidy-static PROPERTIES EXCLUDE_FROM_ALL 0 EXCLUDE_FROM_DEFAULT_BUILD 0)
Expand Down

0 comments on commit 10717d9

Please sign in to comment.