Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hosseinmoein/DataFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 3, 2021
2 parents ef70e21 + 1de7301 commit 7dc07a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj /wd4251")
endif(MSVC)

# Add the uninstall target
include(AddUninstallTarget)
# Add the uninstall target if its not defined
if(NOT TARGET uninstall)
include(AddUninstallTarget)
endif()

if (ENABLE_TESTING)
# Build the test binary
Expand Down

0 comments on commit 7dc07a4

Please sign in to comment.