Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
${ARCHITECTURE} might be empty
  • Loading branch information
xrq-phys authored Oct 3, 2024
1 parent 805b19d commit 3203b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pfupdates/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(${CMAKE_PROJECT_NAME} STREQUAL "Project")
message(FATAL_ERROR "cmake should be executed not for 'src' subdirectory, but for the top directory of mVMC.")
endif(${CMAKE_PROJECT_NAME} STREQUAL "Project")

if(${ARCHITECTURE} STREQUAL "x86_64")
if("${ARCHITECTURE}" STREQUAL "x86_64")
add_definitions(-DF77_COMPLEX_RET_INTEL)
endif()
include_directories(../ltl2inv)
Expand Down

0 comments on commit 3203b34

Please sign in to comment.