Skip to content

Instantly share code, notes, and snippets.

@emfomenk
Created December 12, 2017 16:18
Show Gist options
  • Save emfomenk/83cc630c4813670c9d334435ca3d5d9e to your computer and use it in GitHub Desktop.
Save emfomenk/83cc630c4813670c9d334435ca3d5d9e to your computer and use it in GitHub Desktop.
disabling openmp
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be53786f..70e705f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
endif()
include("cmake/platform.cmake")
-include("cmake/OpenMP.cmake")
+# include("cmake/OpenMP.cmake")
include("cmake/SDL.cmake")
include("cmake/MKL.cmake")
include("cmake/Doxygen.cmake")
@@ -65,6 +65,6 @@ include_directories(include)
add_subdirectory(src)
add_subdirectory(examples)
-add_subdirectory(tests)
+# add_subdirectory(tests)
install(FILES LICENSE DESTINATION share/doc/${LIB_NAME})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment