File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -427,13 +427,13 @@ ENDIF(WIN32 AND NOT ANDROID)
427
427
428
428
################################################################################
429
429
# Set Version Info resource file
430
-
431
-
432
- IF (MSVC )
433
- SET (OPENSCENEGRAPH_VERSIONINFO_RC "${PROJECT_BINARY_DIR} /PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc" )
434
- CONFIGURE_FILE ("${CMAKE_CURRENT_SOURCE_DIR} /PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc.in"
435
- "${OPENSCENEGRAPH_VERSIONINFO_RC} " )
436
- ENDIF ()
430
+ #
431
+ # Removed for now as this relates to OSG version
432
+ # IF(MSVC)
433
+ # SET(OPENSCENEGRAPH_VERSIONINFO_RC "${PROJECT_BINARY_DIR}/PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc")
434
+ # CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc.in"
435
+ # "${OPENSCENEGRAPH_VERSIONINFO_RC}")
436
+ # ENDIF()
437
437
438
438
################################################################################
439
439
# Optional build components
You can’t perform that action at this time.
0 commit comments