Browse Source

Another try for Travis Linux

Thomas Buck 9 years ago
parent
commit
5f031e0f34
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmake/travis_install_linux.sh

+ 1
- 1
cmake/travis_install_linux.sh View File

@@ -9,5 +9,5 @@ if [ "$CXX" = "clang++" ]; then sudo apt-get install --allow-unauthenticated cla
9 9
 
10 10
 wget 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.3/glm-0.9.6.3.zip'
11 11
 unzip glm-0.9.6.3.zip
12
-sudo cp glm/glm /usr/local/include/glm
12
+sudo cp -R glm/glm /usr/local/include/glm
13 13
 

Loading…
Cancel
Save