Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ares-xpansion into develop
  • Loading branch information
KERLOCH Jean-Marie committed Aug 26, 2021
2 parents 6001110 + ead5c53 commit b6e03ff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.0)
# Project configuration
# ===========================================================================

PROJECT (antaresXpansion VERSION 0.4.0)
PROJECT (antaresXpansion VERSION 0.5.0)

# ===========================================================================
# Default parameters
Expand Down Expand Up @@ -41,7 +41,7 @@ else ()
endif()


# set(ANTARES_XPANSION_RC 1)
set(ANTARES_XPANSION_RC 1)

# ===========================================================================
# CMAKE ADDITIONAL MODULES
Expand Down Expand Up @@ -83,13 +83,6 @@ if (MSVC)


else ()
# set (CMAKE_BUILD_TYPE "RELEASE")
# set (CMAKE_BUILD_TYPE "DEBUG")
# IF (WITH_DEBUG)
# set (CMAKE_BUILD_TYPE "DEBUG")
# ELSE (WITH_DEBUG)GENDIOR
# set (CMAKE_BUILD_TYPE "RELEASE")
# ENDIF (WITH_DEBUG)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -fmessage-length=0 -fPIC")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-conversion -Wno-sign-compare")
Expand Down

0 comments on commit b6e03ff

Please sign in to comment.