Skip to content

Instantly share code, notes, and snippets.

@cmundi
Created April 20, 2012 16:43
Show Gist options
  • Save cmundi/2430230 to your computer and use it in GitHub Desktop.
Save cmundi/2430230 to your computer and use it in GitHub Desktop.
emscripten_issue_400
# Demonstration for kripken/emscripten issue #400
#
# Save this file as CMakeLists.txt in a new directory $(TESTDIR)
# $ cd $(TESTDIR)
# $ cmake . => works
# $ $(EMSCRIPTEN_HOME)/emconfigure cmake . => fails
cmake_minimum_required (VERSION 2.8)
project (Issue400)
include (${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
test_big_endian (FOUND_ENDIAN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment