Skip to content

Commit

Permalink
FCNPC 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Oct 17, 2020
1 parent 0651b89 commit 0827d2e
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 535 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif ()
project (FCNPC)

# Definintions
set (INCLUDE_VERSION 200)
set (PLUGIN_VERSION "2.0.0")
set (INCLUDE_VERSION 202)
set (PLUGIN_VERSION "2.0.2")
add_definitions (-DPLUGIN_VERSION="${PLUGIN_VERSION}" -DINCLUDE_VERSION=${INCLUDE_VERSION})

set (CMAKE_SHARED_LIBRARY_PREFIX "")
Expand All @@ -25,7 +25,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
if(NOT CMAKE_GENERATOR_PLATFORM STREQUAL "Win32")
message(FATAL_ERROR "Please enforce x86 ARCH with \"-A Win32\" flag.\n\texample: \"cmake .. -A Win32\"")
endif()


# *.def
file (GLOB EXPORTS_SRC
Expand Down
Loading

0 comments on commit 0827d2e

Please sign in to comment.