File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ if((WIN32 AND NOT WINDOWS_STORE) OR (APPLE AND NOT IOS) OR (UNIX AND NOT ANDROID
66 add_subdirectory (UnitTests)
77endif ()
88
9- # NPM install
10- npm(install )
9+ npm(install ${CMAKE_CURRENT_SOURCE_DIR} "Apps" "--silent" )
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
55# CMakeExtensions
66include (FetchContent)
77FetchContent_Declare(cmake-extensions
8- GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git
9- GIT_TAG 17baf9e349afea90677e69cdd273d773c894f7b5 )
8+ GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git
9+ GIT_TAG 366dc4a84fb20f4060d97e89948c343e74c51fc3 )
1010message (STATUS "Fetching cmake-extensions" )
1111FetchContent_MakeAvailable(cmake-extensions)
1212message (STATUS "Fetching cmake-extensions - done" )
You can’t perform that action at this time.
0 commit comments