Skip to content

Commit

Permalink
Fix mistypes
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Vaneev <[email protected]>
  • Loading branch information
Warchant committed Oct 16, 2017
1 parent be7e937 commit e98518b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ SET(CMAKE_CXX_FLAGS "-std=c++1y -Wall")
SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -s")
SET(CMAKE_CXX_FLAGS_DEBUG "-g -Wextra -Wno-unused-parameter -O0")
SET(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)
SET(CMAKE_INSTALL_RPATH "lib:../lib:.")
#SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
#SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
SET(CMAKE_INSTALL_RPATH "../lib")

if(COVERAGE)
set(CMAKE_EXPORT_COMPILE_COMMANDS "ON")
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/Findrxcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find_package_handle_standard_args(rxcpp DEFAULT_MSG
)


set(GITHUB https://github.com/Reactive-Extensions/rxcpp.git)
set(URL https://github.com/Reactive-Extensions/rxcpp.git)
set(VERSION 1b2e0589f19cb34d8cd58803677701dcf2161876)
set_target_description(rxcpp "Library for reactive programming" ${URL} ${VERSION})

Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/Findspdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find_package_handle_standard_args(spdlog DEFAULT_MSG
)


set(GITHUB https://github.com/gabime/spdlog.git)
set(URL https://github.com/gabime/spdlog.git)
set(VERSION f85a08622e20b74bff34381cafcb8ef8167b29d0)
set_target_description(spdlog "Logging library" ${URL} ${VERSION})

Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/Findtbb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package_handle_standard_args(tbb DEFAULT_MSG
)


set(GITHUB https://github.com/01org/tbb.git)
set(URL https://github.com/01org/tbb.git)
set(VERSION eb6336ad29450f2a64af5123ca1b9429ff6bc11d)
set_target_description(tbb "Concurrent queue" ${URL} ${VERSION})

Expand Down

0 comments on commit e98518b

Please sign in to comment.