Fixed path to local fixbundle
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@505 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -69,7 +69,7 @@ add_subdirectory (Doc)
|
||||
|
||||
if (WIN32 AND BUILD_APPS )
|
||||
# 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)
|
||||
|
||||
if ( NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" )
|
||||
@@ -82,7 +82,7 @@ endif()
|
||||
|
||||
if (APPLE)
|
||||
# prepare bundle generation cmake file and add a build target for it
|
||||
configure_file ("${CMAKE_SOURCE_DIR}/cmake/fixbundle.cmake.in"
|
||||
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/fixbundle.cmake.in"
|
||||
"${CMAKE_BINARY_DIR}/fixbundle.cmake" @ONLY IMMEDIATE)
|
||||
|
||||
# let bundle generation depend on all targets
|
||||
|
||||
Reference in New Issue
Block a user