Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
district10 committed Dec 9, 2023
1 parent bee4765 commit 1be8d1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_CXX_STANDARD 17)

# TODO
# add_definitions(-DNANO_FMM_DISABLE_UNORDERED_DENSE=0)
# TODO add_definitions(-DNANO_FMM_DISABLE_UNORDERED_DENSE=0)

if(NOT CMAKE_ARCHIVE_OUTPUT_DIRECTORY)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
Expand Down

0 comments on commit 1be8d1a

Please sign in to comment.