Skip to content

Commit

Permalink
CYB-556 simulator: reorder tests in natural order
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianopol committed Jun 22, 2020
1 parent 70ce800 commit 75e1e36
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 222 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ else()
endif()

set(Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF")
set(Boost_NO_BOOST_CMAKE ON CACHE STRING "ON or OFF")
set(Boost_NO_BOOST_CMAKE ON CACHE STRING "ON or OFF") #TODO: Remove after Boost 1.70 CMake fixes are in place
find_package(Boost 1.70 REQUIRED COMPONENTS
date_time
filesystem
Expand Down
Loading

0 comments on commit 75e1e36

Please sign in to comment.