Merge branch 'standalone-build-windows-fixbundle-dir-bug' into 'master'
Standalone Build - Windows - Fixbundle Dir See merge request OpenMesh/OpenMesh!269
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user