Skip to content

Commit

Permalink
Add build message about CMake run.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Jun 20, 2015
1 parent b957e4b commit 2713c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def stage(text):

if cmake_build:
if not os.path.exists('CMakeCache.txt'):
stage('Configure via CMake')
emscripten.Building.configure([emscripten.PYTHON, os.path.join(EMSCRIPTEN_ROOT, 'emcmake'), 'cmake', '..', '-DBUILD_DEMOS=OFF', '-DBUILD_EXTRAS=OFF', '-DBUILD_CPU_DEMOS=OFF', '-DUSE_GLUT=OFF', '-DCMAKE_BUILD_TYPE=Release'])
else:
if not os.path.exists('config.h'):
Expand Down

0 comments on commit 2713c4e

Please sign in to comment.