Skip to content

Commit

Permalink
MinGW branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 13, 2024
1 parent 613c947 commit d797fed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Add JsonCpp Flag
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DJSON_IS_AMALGAMATION")

# Add math defines
if(WIN32)
add_compile_definitions(_USE_MATH_DEFINES)
endif()

# Make the scripts available in the 'cmake' directory available for the
# 'include()' command, 'find_package()' command.
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
Expand Down Expand Up @@ -230,7 +225,7 @@ if(ENABLE_MOAB)
#GIT_REPOSITORY https://bitbucket.org/fathomteam/moab.git
#GIT_TAG ${MOAB_VERSION}
GIT_REPOSITORY https://bitbucket.org/ahnaf-tahmid-chowdhury/moab.git
GIT_TAG skbuild
GIT_TAG MinGW
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DBUILD_SHARED_LIBS:BOOL=ON
Expand Down

0 comments on commit d797fed

Please sign in to comment.