We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf79256 + 03c3ac3 commit c455dc8Copy full SHA for c455dc8
1 file changed
src/CMakeLists.txt
@@ -225,10 +225,10 @@ else()
225
endif()
226
install(TARGETS GL
227
LIBRARY
228
- DESTINATION "/usr/lib/gl4es/"
+ DESTINATION "usr/lib/gl4es/"
229
)
230
install(FILES "../include/gl4esinit.h" "../include/gl4eshint.h"
231
- DESTINATION "/usr/include/gl4es/"
+ DESTINATION "usr/include/gl4es/"
232
233
234
0 commit comments