Projects
Multimedia
GLStats
fix-64bit.diff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-64bit.diff of Package GLStats (Revision 1)
Currently displaying revision
1
,
Show latest
--- GLStats/CMakeLists.txt 2013-06-12 11:12:51.000000000 +0300 +++ GLStatsCMakeLists.txt 2013-12-23 22:36:40.545318612 +0300 @@ -14,9 +14,9 @@ install(FILES ${GLSTATS_PUBLIC_HEADERS} DESTINATION include/GLStats COMPONENT dev) install(TARGETS GLStats - ARCHIVE DESTINATION lib COMPONENT dev + ARCHIVE DESTINATION ${LIBRARY_DIR} COMPONENT dev RUNTIME DESTINATION bin COMPONENT lib - LIBRARY DESTINATION lib COMPONENT lib) + LIBRARY DESTINATION ${LIBRARY_DIR} COMPONENT lib) #configure_file(GLStats.in.pc ${CMAKE_CURRENT_BINARY_DIR}/GLStats.pc @ONLY) #install(FILES ${CMAKE_CURRENT_BINARY_DIR}/GLStats.pc
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.