Skip to content

Commit

Permalink
Fixed some cmake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bateman committed Feb 18, 2011
1 parent ef223d2 commit 89ab83a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 18 deletions.
2 changes: 0 additions & 2 deletions libs/date_time/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down
8 changes: 4 additions & 4 deletions libs/filesystem/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

if (BOOST_FILESYSTEM_V3)
include_directories (
${Boost_INCLUDE_DIRS}
Expand All @@ -42,6 +40,8 @@ set(SOURCES

add_library (boost_filesystem STATIC ${SOURCES})

add_boost_library(system)
export_project_dependencies()
if (FIREBREATH)
add_boost_library(system)
export_project_dependencies()
endif()

2 changes: 0 additions & 2 deletions libs/regex/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down
2 changes: 0 additions & 2 deletions libs/serialization/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

add_definitions(-DBOOST_THREAD_BUILD_LIB=1)

include_directories (
Expand Down
2 changes: 0 additions & 2 deletions libs/signals/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down
2 changes: 0 additions & 2 deletions libs/smart_ptr/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down
2 changes: 0 additions & 2 deletions libs/system/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down
2 changes: 0 additions & 2 deletions libs/thread/CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

add_definitions(-DBOOST_THREAD_BUILD_LIB=1)

if (WIN32)
Expand Down

0 comments on commit 89ab83a

Please sign in to comment.