We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27009c commit d649d13Copy full SHA for d649d13
cmake/OpenCVModule.cmake
@@ -804,7 +804,7 @@ macro(_ocv_create_module)
804
if(DEFINED OPENCV_VS_VERSIONINFO_FILE)
805
set(_VS_VERSION_FILE "${OPENCV_VS_VERSIONINFO_FILE}")
806
elseif(DEFINED OPENCV_VS_VERSIONINFO_${the_module}_FILE)
807
- set(_VS_VERSION_FILE "${OPENCV_VS_VERSIONINFO_${the_module}_FILE")
+ set(_VS_VERSION_FILE "${OPENCV_VS_VERSIONINFO_${the_module}_FILE}")
808
elseif(NOT OPENCV_VS_VERSIONINFO_SKIP_GENERATION)
809
set(_VS_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/vs_version.rc")
810
ocv_generate_vs_version_file("${_VS_VERSION_FILE}"
0 commit comments