File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11The MIT License
22
3- Copyright 2021 Thomas Harrison <twh2898 @vt.edu>
3+ Copyright 2021 Thomas Harrison <automas-dev @vt.edu>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Helper Classes that wrap OpenGL functionality.
55## Building
66
77``` sh
8- git clone https://github.com/twh2898 /glpp.git
8+ git clone https://github.com/automas-dev /glpp.git
99cd glpp
1010./post-clone.sh
1111make build
@@ -48,7 +48,7 @@ will be On.
4848## CMake Submodule
4949
5050``` sh
51- git submodule add https://github.com/twh2898 /glpp.git
51+ git submodule add https://github.com/automas-dev /glpp.git
5252git submodule update --init --recursive
5353```
5454
@@ -68,7 +68,7 @@ make install
6868include(FetchContent)
6969FetchContent_Declare(
7070 glpp
71- GIT_REPOSITORY https://github.com/twh2898 /glpp.git
71+ GIT_REPOSITORY https://github.com/automas-dev /glpp.git
7272 GIT_TAG 0.8.1
7373)
7474FetchContent_MakeAvailable(glpp)
@@ -80,7 +80,7 @@ FetchContent_MakeAvailable(glpp)
8080include(ExternalProject)
8181ExternalProject_Add(
8282 glpp
83- GIT_REPOSITORY https://github.com/twh2898 /glpp.git
83+ GIT_REPOSITORY https://github.com/automas-dev /glpp.git
8484 GIT_TAG 0.8.1
8585 UPDATE_COMMAND ""
8686 INSTALL_COMMAND ""
You can’t perform that action at this time.
0 commit comments