Skip to content

Commit

Permalink
Merge pull request #113 from hurricane1026/cmake
Browse files Browse the repository at this point in the history
skip the CMAKE_MODULE_PATH var, directly using full path.
  • Loading branch information
lemire committed Mar 2, 2024
2 parents 8b02ced + 0b38ec5 commit bc37505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(PROJECT_DESCRIPTION "The FastPFOR C++ library: Fast integer compression")
set(PROJECT_VERSION "0.1.9")

include(DetectCPUFeatures)
include("${CMAKE_MODULE_PATH}/environment.cmake")
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/environment.cmake")


message("Building for architecture: ${CMAKE_SYSTEM_PROCESSOR}")
Expand Down

0 comments on commit bc37505

Please sign in to comment.