changed dir for fixbundle for windows to current dir

This commit is contained in:
Gregor Kobsik
2020-05-29 16:40:00 +02:00
parent a936d398fb
commit 70b3415e2f

View File

@@ -156,8 +156,8 @@ if(${PROJECT_NAME} MATCHES "OpenMesh")
if (WIN32 AND BUILD_APPS ) if (WIN32 AND BUILD_APPS )
# prepare bundle generation cmake file and add a build target for it # prepare bundle generation cmake file and add a build target for it
configure_file ("${CMAKE_SOURCE_DIR}/cmake/fixbundle.cmake.win.in" configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/fixbundle.cmake.win.in"
"${CMAKE_BINARY_DIR}/fixbundle.win.cmake" @ONLY IMMEDIATE) "${CMAKE_CURRENT_BINARY_DIR}/fixbundle.win.cmake" @ONLY IMMEDIATE)
if ( NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" ) if ( NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" )
# let bundle generation depend on all targets # let bundle generation depend on all targets