diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-08-25 14:40:28 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-08-25 14:40:28 (GMT) |
commit | c80ee377b2c91e5e1a075e03c5d517af8895ef0e (patch) | |
tree | 1093d286987fc02dc4ef869f903a772b9e5d14b5 /src/vtk.mk | |
parent | 070e7a680dcf1feebb76b79cf83b58788cb2b94c (diff) | |
download | mxe-c80ee377b2c91e5e1a075e03c5d517af8895ef0e.zip mxe-c80ee377b2c91e5e1a075e03c5d517af8895ef0e.tar.gz mxe-c80ee377b2c91e5e1a075e03c5d517af8895ef0e.tar.bz2 |
Move CMAKE_BUILD_TYPE into toolchain file
Diffstat (limited to 'src/vtk.mk')
-rw-r--r-- | src/vtk.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ define $(PKG)_BUILD # first we need a native build to create the compile tools mkdir '$(1)/native_build' cd '$(1)/native_build' && cmake \ - -DCMAKE_BUILD_TYPE='Release' \ -DBUILD_TESTING=FALSE \ -DOPENGL_INCLUDE_DIR='$(1)/Utilities/ParseOGLExt/headers' \ -DVTK_USE_RENDERING=FALSE \ |