Skip to content

Commit 03c3ac3

Browse files
committed
src/cmake: Use DESTINATION compatible with prefixes
1 parent 9df8c98 commit 03c3ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ else()
225225
endif()
226226
install(TARGETS GL
227227
LIBRARY
228-
DESTINATION "/usr/lib/gl4es/"
228+
DESTINATION "usr/lib/gl4es/"
229229
)
230230
install(FILES "../include/gl4esinit.h" "../include/gl4eshint.h"
231-
DESTINATION "/usr/include/gl4es/"
231+
DESTINATION "usr/include/gl4es/"
232232
)
233233
endif()
234234

0 commit comments

Comments
 (0)