Skip to content

Commit

Permalink
CMakeLists.txt adding REST_G4 so that it takes effect at thisRest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jan 28, 2021
1 parent dcc0333 commit afa3f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PROJECT(REST)
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)

set(REST_G4)


#minimum compiler version
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
Expand Down
2 changes: 2 additions & 0 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ set(rest_libraries_regular ${rest_libraries_regular} PARENT_SCOPE)
set(rest_exes ${rest_exes} PARENT_SCOPE)
set(rest_macros ${rest_macros} PARENT_SCOPE)
set(rest_macros_str ${rest_macros_str} PARENT_SCOPE)

set(REST_G4 ${REST_G4} PARENT_SCOPE)

0 comments on commit afa3f01

Please sign in to comment.