Removed invalid PDB install
(cherry picked from commit23a12a465b
) (cherry picked from commit23a12a465b
) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1773 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
98695e579d
commit
008bc37708
@ -477,12 +477,6 @@ IF(FREEGLUT_BUILD_STATIC_LIBS)
|
|||||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
INCLUDES DESTINATION include
|
INCLUDES DESTINATION include
|
||||||
)
|
)
|
||||||
IF(INSTALL_PDB)
|
|
||||||
INSTALL(FILES ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY}/Debug/freeglut_static${CMAKE_DEBUG_POSTFIX}.pdb
|
|
||||||
DESTINATION lib
|
|
||||||
CONFIGURATIONS Debug
|
|
||||||
COMPONENT Devel)
|
|
||||||
ENDIF()
|
|
||||||
ENDIF()
|
ENDIF()
|
||||||
INSTALL(FILES ${FREEGLUT_HEADERS} DESTINATION include/GL COMPONENT Devel)
|
INSTALL(FILES ${FREEGLUT_HEADERS} DESTINATION include/GL COMPONENT Devel)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user