File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 6363
6464          emcmake cmake \ 
6565            -DCMAKE_BUILD_TYPE=Release                        \ 
66-             -DCMAKE_PREFIX_PATH=$PREFIX                       \ 
6766            -DCMAKE_INSTALL_PREFIX=$PREFIX                    \ 
6867            -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON               \ 
69-             -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON             \ 
68+             -DCMAKE_FIND_ROOT_PATH=$PREFIX                     \ 
7069            -DSYSROOT_PATH=$SYSROOT_PATH                      \ 
7170            .. 
7271          emmake make -j  ${{ env.ncpus }} install 
Original file line number Diff line number Diff line change @@ -261,10 +261,9 @@ jobs:
261261
262262          emcmake cmake \ 
263263            -DCMAKE_BUILD_TYPE=Release                        \ 
264-             -DCMAKE_PREFIX_PATH=$PREFIX                       \ 
265264            -DCMAKE_INSTALL_PREFIX=$PREFIX                    \ 
266265            -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON               \ 
267-             -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON             \ 
266+             -DCMAKE_FIND_ROOT_PATH=$PREFIX                     \ 
268267            -DSYSROOT_PATH=$SYSROOT_PATH                      \ 
269268            .. 
270269          emmake make -j  ${{ env.ncpus }} install 
Original file line number Diff line number Diff line change @@ -91,10 +91,9 @@ export SYSROOT_PATH=$HOME/emsdk/upstream/emscripten/cache/sysroot
9191
9292emcmake cmake \
9393        -DCMAKE_BUILD_TYPE=Release                        \
94-         -DCMAKE_PREFIX_PATH=$PREFIX                        \
9594        -DCMAKE_INSTALL_PREFIX=$PREFIX                     \
9695        -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON               \
97-         -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON             \
96+         -DCMAKE_FIND_ROOT_PATH= $PREFIX                      \
9897        -DSYSROOT_PATH=$SYSROOT_PATH                       \
9998        ..
10099emmake make install
Original file line number Diff line number Diff line change @@ -74,10 +74,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
7474    export  SYSROOT_PATH=$HOME /emsdk/upstream/emscripten/cache/sysroot 
7575    emcmake cmake \ 
7676            -DCMAKE_BUILD_TYPE=Release                        \ 
77-             -DCMAKE_PREFIX_PATH=$PREFIX                        \ 
7877            -DCMAKE_INSTALL_PREFIX=$PREFIX                     \ 
7978            -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON               \ 
80-             -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON             \ 
79+             -DCMAKE_FIND_ROOT_PATH= $PREFIX                      \ 
8180            -DSYSROOT_PATH=$SYSROOT_PATH                       \ 
8281            .. 
8382    emmake make install 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments