Skip to content

Commit

Permalink
Version 2.2.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Dec 15, 2017
1 parent d62313f commit 679de3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif()
# Serialbox version
set(SERIALBOX_VERSION_MAJOR 2)
set(SERIALBOX_VERSION_MINOR 2)
set(SERIALBOX_VERSION_PATCH 0)
set(SERIALBOX_VERSION_PATCH 1)
set(SERIALBOX_VERSION_STRING
"${SERIALBOX_VERSION_MAJOR}.${SERIALBOX_VERSION_MINOR}.${SERIALBOX_VERSION_PATCH}")

Expand Down Expand Up @@ -350,9 +350,9 @@ if(SERIALBOX_ENABLE_EXPERIMENTAL_FILESYSTEM)
/usr/lib/gcc/x86_64-linux-gnu/5
/usr/lib/gcc/x86_64-linux-gnu/6
/usr/lib/gcc/x86_64-linux-gnu/7
/usr/lib64/gcc/x86_64-suse-linux/5
/usr/lib64/gcc/x86_64-suse-linux/6
/usr/lib64/gcc/x86_64-suse-linux/7
/usr/lib64/gcc/x86_64-suse-linux/5
/usr/lib64/gcc/x86_64-suse-linux/6
/usr/lib64/gcc/x86_64-suse-linux/7
/usr/lib/x86_64-linux-gnu/
/usr/local/lib64/
/usr/lib64/
Expand All @@ -377,7 +377,7 @@ endif()

if( NOT STD_FILESYSTEM_LIB )
set(REQUIRED_BOOST_COMPONENTS filesystem system)
endif()
endif()

find_package(Boost 1.54 REQUIRED ${REQUIRED_BOOST_COMPONENTS})

Expand Down

0 comments on commit 679de3a

Please sign in to comment.