Skip to content
Snippets Groups Projects
Commit d9983f3c authored by Joe Garcia's avatar Joe Garcia
Browse files

cmake doesn't make it right?

parent 4bd4086c
No related branches found
No related tags found
No related merge requests found
...@@ -2981,6 +2981,7 @@ mk_cblosc() { ...@@ -2981,6 +2981,7 @@ mk_cblosc() {
make_script c-blosc <<SCRIPT make_script c-blosc <<SCRIPT
mkdir sb3_build mkdir sb3_build
echo -n > sb3_build/CMakeCache.txt echo -n > sb3_build/CMakeCache.txt
echo BUILD_TESTS:BOOL=OFF >> sb3_build/CMakeCache.txt
if isLinux ; then if isLinux ; then
#this should take a -DDEACTIVATE_AVX2:BOOL=ON , but it sucks #this should take a -DDEACTIVATE_AVX2:BOOL=ON , but it sucks
echo DEACTIVATE_AVX2:BOOL=ON >> sb3_build/CMakeCache.txt echo DEACTIVATE_AVX2:BOOL=ON >> sb3_build/CMakeCache.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment