Skip to content

Commit

Permalink
future.h is header-only
Browse files Browse the repository at this point in the history
  • Loading branch information
tm604 committed Aug 17, 2015
1 parent e3fe032 commit 0a8bf8a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions FindFuture.cmake
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
SET(_CPS_FUTURE_REQUIRED_VARS CPS_FUTURE_INCLUDE_DIR CPS_FUTURE_LIBRARY )
SET(_CPS_FUTURE_REQUIRED_VARS CPS_FUTURE_INCLUDE_DIR)

FIND_PATH(
CPS_FUTURE_INCLUDE_DIR
NAMES cps/future.h
HINTS ${CPS_FUTURE_DIR}/include
)

FIND_LIBRARY(
CPS_FUTURE_LIBRARY
NAMES cps-future
HINTS ${CPS_FUTURE_DIR}/lib
)

SET(CPS_FUTURE_PROCESS_INCLUDES CPS_FUTURE_INCLUDE_DIR)
SET(CPS_FUTURE_PROCESS_LIBS CPS_FUTURE_LIBRARY)

include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
Expand Down

0 comments on commit 0a8bf8a

Please sign in to comment.