fixed typo
This commit is contained in:
@@ -164,7 +164,7 @@ if(${CMAKE_PROJECT_NAME} MATCHES "OpenMesh")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# On apple we do a fixbundle, which is only necessary for the apps and not for the libs
|
# On apple we do a fixbundle, which is only necessary for the apps and not for the libs
|
||||||
if (APPLE AND BUILD_APPSA AND QT_FOUND)
|
if (APPLE AND BUILD_APPS AND QT_FOUND)
|
||||||
# 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.in"
|
configure_file ("${CMAKE_SOURCE_DIR}/cmake/fixbundle.cmake.in"
|
||||||
"${CMAKE_BINARY_DIR}/fixbundle.cmake" @ONLY IMMEDIATE)
|
"${CMAKE_BINARY_DIR}/fixbundle.cmake" @ONLY IMMEDIATE)
|
||||||
|
|||||||
Reference in New Issue
Block a user