Skip to content

Commit

Permalink
Custom cmake file for openal to add explicit -march flag on mingw, fi…
Browse files Browse the repository at this point in the history
…xing compile error
  • Loading branch information
mcclure committed Jun 30, 2012
1 parent 286943b commit 5a27054
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/ExternalOpenAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ExternalProject_Add(openal
PREFIX ${openal_PREFIX}

DOWNLOAD_DIR ${POLYCODE_DEPS_DOWNLOAD_DIR}

PATCH_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${PolycodeDependencies_SOURCE_DIR}/../CMake/openal.cmake <SOURCE_DIR>/CMakeLists.txt

URL http://kcat.strangesoft.net/openal-releases/openal-soft-1.14.tar.bz2
URL_MD5 3d8b86c21a2f87a2a5e60f78f3b3f03d
Expand Down
Loading

0 comments on commit 5a27054

Please sign in to comment.