Skip to content

Commit

Permalink
removed the CMAKE compiler warning setting due to Travis waerror on F95
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Jul 27, 2015
1 parent c733173 commit 8f211a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -159,7 +159,7 @@ find_package(Numpy REQUIRED)
include_directories("${NUMPY_INCLUDE_DIR}")

#compiler warnings
add_definitions ("-Wpedantic")
# add_definitions ("-Wpedantic")

# Add JsonCpp Flag
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DJSON_IS_AMALGAMATION")
Expand Down

0 comments on commit 8f211a8

Please sign in to comment.