FreeBSD Bugzilla – Attachment 231736 Details for
Bug 260878
graphics/jasper: Use release archive, enable "make test" and fix FreeGLUT detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
CMakeLists.txt for test /usr/local/share/cmake/Modules/FindGLUT.cmake
CMakeLists.txt (text/plain), 980 bytes, created by
Tatsuki Makino
on 2022-02-11 01:52:57 UTC
(
hide
)
Description:
CMakeLists.txt for test /usr/local/share/cmake/Modules/FindGLUT.cmake
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2022-02-11 01:52:57 UTC
Size:
980 bytes
patch
obsolete
>cmake_minimum_required(VERSION 3.22) >project("glut-detect-test") > >function(variable_print XXX) > message("${XXX}: \"${${XXX}}\"") >endfunction(variable_print) > >function(pkg_config_variables XXX) > set(K FOUND LIBRARIES LINK_LIBRARIES LIBRARY_DIRS LDFLAGS LDFLAGS_OTHER INCLUDE_DIRS CFLAGS CFLAGS_OTHER) > foreach(X IN LISTS K) > variable_print("${XXX}_${X}") > endforeach(X IN LISTS K) >endfunction(pkg_config_variables) > >function(glut_variables) > set(K GLUT_INCLUDE_DIR GLUT_LIBRARIES GLUT_FOUND GLUT_glut_LIBRARY GLUT_Xmu_LIBRARY GLUT_Xi_LIBRARY) > foreach(X IN LISTS K) > variable_print("${X}") > endforeach(X IN LISTS K) >endfunction(glut_variables) > >set(PC FALSE CACHE BOOL "shortcut for setting CMAKE_DISABLE_FIND_PACKAGE_PkgConfig") > >set(CMAKE_DISABLE_FIND_PACKAGE_PkgConfig ${PC}) > >variable_print(CMAKE_DISABLE_FIND_PACKAGE_PkgConfig) > >find_package(GLUT) > >message("") >variable_print(PKG_CONFIG_FOUND) >message("") >pkg_config_variables(GLUT) >message("") >glut_variables() >message("")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 260878
:
230624
|
231156
|
231574
|
231705
| 231736