Skip to content

Standalone Build - Windows - Fixbundle Dir

Gregor Kobsik requested to merge standalone-build-windows-fixbundle-dir-bug into master

Error while building openmesh using FetchContent with Windows OS:

CMake Output:

CMake Error: File D:/Arbeit/TriangularInterpolants/cmake/fixbundle.cmake.win.in does not exist. CMake Error at build/_deps/openmesh-src/CMakeLists.txt:159 (configure_file): configure_file Problem configuring file CMake Error: File D:/Arbeit/TriangularInterpolants/build/_deps/openmesh-src/openmesh.pc.in does not exist. CMake Error at build/_deps/openmesh-src/CMakeLists.txt:195 (configure_file): configure_file Problem configuring file

change directory to openmesh dir instad of project root dir to fix error:

CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR CMAKE_BINARY_DIR -> CMAKE_CURRENT_BINARY_DIR

Edited by Gregor Kobsik

Merge request reports