This commit is contained in:
Axel Kohlmeyer
2023-04-08 15:44:56 -04:00
parent a6a8f2c451
commit d5680f0c6d

View File

@ -5,7 +5,7 @@ if((CMAKE_SYSTEM_NAME STREQUAL "Windows") AND (CMAKE_CROSSCOMPILING))
if(NOT PLUMED_BUILD_DIR)
message(FATAL_ERROR "Must set PLUMED_BUILD_DIR when cross-compiling for Windows")
else()
set(PLUMED_INSTALL_DIR "${PLUMED_BUILD_DIR/src/lib/install")
set(PLUMED_INSTALL_DIR "${PLUMED_BUILD_DIR}/src/lib/install")
endif()
add_library(LAMMPS::PLUMED UNKNOWN IMPORTED)
set_target_properties(LAMMPS::PLUMED PROPERTIES