Skip to content

Commit

Permalink
C++14 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrejc committed Oct 25, 2018
1 parent 7dd1eaa commit b7727f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ SET(OpenFLUID_R_TITLE "R Interface to OpenFLUID Platform Framework for Modelling
SET(OpenFLUID_R_DESC "Provides a collection of functions to load, parameterize, run and analyze OpenFLUID simulations within the GNU R environment.")

# ROpenFLUID Version
SET(OpenFLUID_R_VERSION_PATCH "20180910")
SET(OpenFLUID_R_VERSION_PATCH "20181025")

# Required OpenFLUID version
SET(REQUIRED_OPENFLUID_VERSION "2.1.6")
SET(REQUIRED_OPENFLUID_VERSION "2.1.7")


# ===========================================================================================
Expand Down
5 changes: 1 addition & 4 deletions package/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ ENDIF()

FIND_PACKAGE(OpenFLUIDHelpers REQUIRED)

IF(COMMAND OPENFLUID_DETECT_CXX11)
OPENFLUID_DETECT_CXX11()
ENDIF()

OPENFLUID_DETECT_CXX14()

FIND_PACKAGE(Qt5 COMPONENTS Core REQUIRED)
FIND_PACKAGE(OpenFLUID REQUIRED core base ware machine tools fluidx)
Expand Down

0 comments on commit b7727f2

Please sign in to comment.