[vlmc-devel] CMake: Let cmake automatically pick build architecture
Rohit Yadav
git at videolan.org
Fri Aug 24 23:50:14 CEST 2012
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Sat Aug 25 03:35:47 2012 +0530| [9027820873964e51b5a6411649dee91689cdcad8] | committer: Rohit Yadav
CMake: Let cmake automatically pick build architecture
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=9027820873964e51b5a6411649dee91689cdcad8
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d83dc3..8bbf293 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,8 +94,8 @@ ELSE(NOT APPLE)
SET(WITH_CRASHHANDLER_GUI FALSE CACHE BOOL "Disable crash handler gui...")
SET(WITH_CRASHHANDLER False CACHE BOOL "Disable the crash handler")
SET(CMAKE_BUILD_TYPE "Release")
- SET(CMAKE_OSX_ARCHITECTURES i386)
-# SET(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}")
+ #SET(CMAKE_OSX_ARCHITECTURES i386)
+ #SET(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}")
ENDIF(NOT APPLE)
FIND_PACKAGE(LIBVLC)
More information about the Vlmc-devel
mailing list