Skip to content

Commit

Permalink
my fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocrypt committed Aug 7, 2018
1 parent 97779a5 commit 0f0452d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ if(PER_BLOCK_CHECKPOINT)
add_definitions("-DPER_BLOCK_CHECKPOINT")
endif()

add_definitions(-DFMT_EXTENDED_COLORS)

list(INSERT CMAKE_MODULE_PATH 0
"${CMAKE_SOURCE_DIR}/cmake")

Expand Down
4 changes: 2 additions & 2 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ target_link_libraries(common
${Boost_THREAD_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_CHRONO_LIBRARY}
fmt::fmt-header-only
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES}
fmt::fmt-header-only)
${EXTRA_LIBRARIES})

#monero_install_headers(common
# ${common_headers})

0 comments on commit 0f0452d

Please sign in to comment.