Fixed path to version resource input file

This commit is contained in:
Robert Osfield
2009-02-06 14:19:14 +00:00
parent ac150182b2
commit e63e19bed4

View File

@@ -33,7 +33,7 @@ CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/common/Config.in"
IF(MSVC)
SET(OPENTHREADS_VERSIONINFO_RC "${PROJECT_BINARY_DIR}/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc")
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in"
CONFIGURE_FILE("${PROJECT_SOURCE_DIR}/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in"
"${OPENTHREADS_VERSIONINFO_RC}")
ENDIF(MSVC)