Skip to content

Commit

Permalink
disable log_to_file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahuanluo committed Apr 29, 2019
1 parent b04fce4 commit 0f0ab9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (NOT CMAKE_BUILD_TYPE)
endif ()
find_package(Threads REQUIRED QUIET)
find_package(OpenMP REQUIRED QUIET)
add_definitions("-DELPP_NO_LOG_TO_FILE")
if (OPENMP_FOUND)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
Expand Down

0 comments on commit 0f0ab9e

Please sign in to comment.