Bug 862428 - Adding dependencies for freeglut
Summary: Adding dependencies for freeglut
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: freeglut
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomas Smetana
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-02 21:04 UTC by Minh Ngo
Modified: 2012-10-04 11:41 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-10-04 11:41:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Minh Ngo 2012-10-02 21:04:46 UTC
Please add libXmu-devel to freeglut-devel dependencies.

Simple cmake project cannot be built without it:
cmake_minimum_required(VERSION 2.8)
project(cg)

find_package(GLUT REQUIRED)

add_executable(cg main.cpp)

target_link_libraries(cg
	${GLUT_LIBRARIES}
)
__________________________________________________________
-- Configuring incomplete, errors occurred!
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLUT_Xmu_LIBRARY (ADVANCED)

Comment 1 Tomas Smetana 2012-10-04 11:41:03 UTC
There is nothing in freeglut that would require libXmu to be linked along freeglut.  There must be something broken in the project you are referring to.


Note You need to log in before you can comment on or make changes to this bug.