Skip to content

Commit 30c08be

Browse files
removed OSG version number generation in rc file for windows
1 parent c497d09 commit 30c08be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,13 @@ ENDIF(WIN32 AND NOT ANDROID)
427427

428428
################################################################################
429429
# 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()
437437

438438
################################################################################
439439
# Optional build components

0 commit comments

Comments
 (0)